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

This PR adds the property 'definitionPath' to the attributes of the 'gdbtarget' debug configuration. This property comes from the peripheral-inspector extension. Adding this property promotes the use of the eclipse-cdt.peripheral-inspector...

I'm testing using two debug launches (Real hardware debugging) in windows, cdt-gdb-vscode v0.0.108 is used. When continuously stepping on one launch, with other launch suspended, the call stack suddenly switches...

The [VSCode Memory Inspector](https://github.com/eclipse-cdt-cloud/vscode-memory-inspector) is a sister project in CDT Cloud that derives ultimately from an enhancement of the Memory Browser in this repository. Would it make sense to remove...

This doesn't seem to have been published to the main VS Code marketplace, any reason why it shouldn't be?

Currently, the "imageAndSymbols" option can be used to load one additional file. To load multiple files you can manually load them via the "initCommands" option. This PR enhances the ImageAndSymbols...

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5. Release notes Sourced from word-wrap's releases. 1.2.5 Changes: Reverts default value for options.indent to two spaces ' '. Full Changelog: https://github.com/jonschlinkert/word-wrap/compare/1.2.4...1.2.5 1.2.4 What's Changed...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

Hi @jonahgraham, I like to discuss this update as a follow-up changes for previous work at pull-request #96. In this update: * Removed the "CLI development" option from build scripts,...

Ever since open-vsx was created we have relied on scripts provided by them to auto-publish this extension. However that takes some control away from us to publish when we want...

This PR does a couple of things: - Adds Prettier to the workspace extension recommendations. - Sets Prettier as the default formatter. - Adds the `eslint-config-prettier` ESLint plugin to the...