cdt-gdb-vscode
cdt-gdb-vscode copied to clipboard
CDT GDB Visual Studio Code Extension
Bumps [get-func-name](https://github.com/chaijs/get-func-name) from 2.0.0 to 2.0.2. Release notes Sourced from get-func-name's releases. v2.0.2 What's Changed Revert previous changes that shipped this as an ES module. Full Changelog: https://github.com/chaijs/get-func-name/commits/v2.0.2 v2.0.1 What's...
This would help to check the quality of PRs / commits and also enables users to manually test the results of un-merged PRs, as well as locally using this extension...
Currently cdt-gdb-adapter is published to NPM but not cdt-gdb-vscode It would be useful for extenders if cdt-gdb-vscode was also published
@marcdumais-work has published this extension in the [Open VSX Registry](https://open-vsx.org/extension/eclipse-cdt/cdt-gdb-vscode). The service was recently transferred to the Eclipse Foundation and we want to ensure a seamless transition for our users....
**[Question] :** I try to find a common set of extensions working on **VSCode**, **VSCode Remote** and **GitPod**. I'm interested in C/C++ and Ada development. Is there any chance to...
Hello, GDB supports some languages besides than c/cpp. I've tried to add `Ada` to the language list and it seems the DAP server works. Would you consider to add other...
### Feature Description: Currently the auto-completion in the console of a [cdt-gdb-vscode](https://github.com/eclipse-cdt-cloud/cdt-gdb-vscode) debug console is just listing found words:  For other language this auto-completion supports variables of the actual...
Includes: - Refactor code to allow web extension - https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/pull/328
## Adds: Custom Reset (configured via launch.json). Issue: https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/36 ## Testing: Required: https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/pull/365 In a target project, launch.json, add this. The command uses pyOCD but can be any other. ```...
I’m using the cdt-gdb-vscode extrension for remote debugging in an IDE based on Eclipse Theia 1.60.2 (running on Windows 11). I’ve encountered a problem where **removing breakpoints in the IDE...