Open
Description
If submitting a bug please make sure
- If you are using gdb
-
gdb --version
>= 7.7.1 - it works on the command line with
gdb
-
cwd
andtarget
are properly set
-
- If you are using lldb
-
lldb --version
>= 3.7.1 - it works on the command line with
lldb-mi
-
cwd
andtarget
are properly set
-
Screenshots are helpful but not required
Does it support gdb extended remote connection for launch/attach? Thanks, I try to debug applicaiton with "gdbserver --multi", but it can't work.