Closed winter-loo closed 1 year ago
how could I use this plugin to attach to a running process?
On command line, I could issue a shell command:
gdb -p 12345
or inside gdb shell:
(gdb) attach 12345
It seems that this plugin does not have gdb-attach feature yet.
Doesn't this work?
:GdbStart gdb -p 12345
Or just :GdbStart gdb then attach 12345 in the gdb CLI?
:GdbStart gdb
attach 12345
how could I use this plugin to attach to a running process?
On command line, I could issue a shell command:
or inside gdb shell:
It seems that this plugin does not have gdb-attach feature yet.