jbyuki / one-small-step-for-vimkind

Debug adapter for Neovim plugins
MIT License
409 stars 11 forks source link

[Not work for lua functions] breakpoint in function not worked if not called in the lua file #16

Closed hiberabyss closed 2 years ago

hiberabyss commented 2 years ago

If set breakpoint on function that will be called after the lua file loaded, seems the breakpoint not work.

hiberabyss commented 2 years ago

Refactored plugin https://github.com/hiberabyss/nvim-dbg solved the problem.

jbyuki commented 2 years ago

Did you solve the breakpoint issue in the refactored plugin?