code-debug
code-debug copied to clipboard
Native debugging for VSCode
Especially when there are many / long arguments to pass a single string is not ideal. FR: change type to be either string or array, if array then concatenate.
I currently get: > WARNING: Output to terminal emulators are not supported over SSH but I want to let the ssh connection use the X11 forwarding setup I've already done,...
For details: https://github.com/pyocd/pyOCD/issues/1324 Not sure if this should be fixed on the PyOCD side or here. Could you take a look? Thanks!
Currently in README.md: > Debugging multithreaded applications is currently not implemented. But judging by #36 and #129 it looks that there is at partial support of multi-threaded applications. This is...
Add support for the `envFile` command for loading environment variables from a file [as described in vscode's debugging docs](https://code.visualstudio.com/docs/editor/debugging) As a temporary measure I'm using [the command variable extension](https://stackoverflow.com/questions/63033968/how-do-i-use-custom-environment-variables-in-launch-json-in-vscode)
Hi, I'm trying to use this debugger as a debug adapter with Emacs' `dap-mode`. I realize that this is not the primary purpose of `code-debug`, but it's 'officially' [supported](https://emacs-lsp.github.io/dap-mode/page/configuration/#native-debug-gdblldb) by...
When I insert bp without pause, the output is: "Cannot execute this command while the target is running.\nUse the \"interrupt\" command to stop the target\nand then try again."
If my guess is right we can set it and code for it, even with keeping the old version compatibility. If this is true (old versions will just have the...
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`...
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`...