code-debug
code-debug copied to clipboard
Native debugging for VSCode
Hello, Because I want an automatic run of gdb, I want to use this plugin's gdb. I'm on macos 10.12.6 and compiled gdb with all targets to debug remote linux...
If submitting a bug please make sure - [x] If you are using gdb - [x] `gdb --version` >= 7.7.1 - [x] it works on the command line with `gdb`...
I have some unknown problem ! Using ST-UTIL(4242) gdb server or OPENOCD (3333): `Debug adapter process has terminated unexpectedly (read error)` my GDB is: gdb 7-2017-q4-major configuration ` { "type":...
Hi, When part of the debug information is coming from another machine, the debugging session relies on the full path of the file and cannot find the correct sources in...
An example of a rust variable in gdb is ```x = core::option::Option::Some(7)```. The regex ```const variableRegex = /^[a-zA-Z_\-][a-zA-Z0-9_\-]*/;``` cuts this variable to ```core```. For it to work correctly you would...
Hello I've got a little trouble getting pretty printing to work properly. The "valuesFormatting" option does not seem to have much of an effect on my test project. ` {...
I am searching for a solution to run a gdb server before running the debugger itself. I am debugging an ARM target with arm gcc gdb and openocd. launch.json: "version":...
Please add a option to connect via docker client: e.g.: docker --tls -H docker_daemon_hostname:2376 exec -i name_of_docker_container lldb-3.9 -O "settings set target.exec-search-paths ...
Hi ! First of all, wonderful work! Second, I was wondering if you had any plan on publishing your repository to npm for others to depend on, or if it...
Continuing #118 by @carlca … - System: - [x] FPC v.3.0.2. - [x] VS Code v.1.23. - [x] Mac OS v.10.11 (El Capitan). - Debugger: - [x] LLDB v.360.1.70 (osx...