idanarye / vim-vebugger

Yes, we do need another debugger plugin
http://www.vim.org/scripts/script.php?script_id=4941
424 stars 35 forks source link

Allow JDB remote debugging #27

Open mschaaf opened 8 years ago

mschaaf commented 8 years ago

Its possible to debug remote applications with JDB. It would be nice if th vebugger could support that too. The jdb command for it is jdb -attach host:port

sooth-sayer commented 8 years ago

+1

turbo2025 commented 6 years ago

+1

nemrod commented 6 years ago

Shouldn't this be closed after PR #55? Have you tried it, @turbochoo? :)

GordianDziwis commented 6 years ago

It works, but it is not clear how to use the srcpath attribute. Should it be absolute, relative and should there be an entry for dependencies?

nemrod commented 6 years ago

It works the same as for when not attaching, though don't ask me how that works. I just use an absolute path and that works for me, e.g. call vebugger#jdb#attach('8901', {'srcpath':['/home/me/src/project/src']})