cdt-gdb-vscode icon indicating copy to clipboard operation
cdt-gdb-vscode copied to clipboard

CDT GDB Visual Studio Code Extension

Results 34 cdt-gdb-vscode issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

enhancement
releng

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

enhancement
releng

@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....

enhancement
releng

**[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...

enhancement
releng

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...

enhancement
help wanted
good first issue

### 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: ![image](https://user-images.githubusercontent.com/588090/196523534-6cebfa04-4fda-4f4c-8e3b-c45bfe79fc37.png) For other language this auto-completion supports variables of the actual...

enhancement

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...