vim-vebugger icon indicating copy to clipboard operation
vim-vebugger copied to clipboard

Allow JDB remote debugging

Open mschaaf opened this issue 8 years ago • 5 comments

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

mschaaf avatar Jun 09 '16 12:06 mschaaf

+1

sooth-sayer avatar Oct 03 '16 11:10 sooth-sayer

+1

turbo2025 avatar May 01 '18 01:05 turbo2025

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

nemrod avatar May 01 '18 06:05 nemrod

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?

GordianDziwis avatar Jun 13 '18 17:06 GordianDziwis

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']})

nemrod avatar Jun 20 '18 12:06 nemrod