adding commands to change output radix to Live Watch#990
Conversation
|
Coverage Impact This PR will not change total coverage. 🚦 See full report on Qlty Cloud »🛟 Help
|
There was a problem hiding this comment.
Pull request overview
Adds Live Watch context-menu entries to switch the global output radix during a debug session, aligning Live Watch behavior with existing radix controls (per issue #975).
Changes:
- Contributes Live Watch context menu actions to set output radix to Decimal or Hex.
- Adds
when-clause gating so the actions only appear in debug mode and depend on the current radix value.
|
@omarArm, please check the Copilot remarks. Could you provide a screenshot as a reference where this feature appears in the ui? |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
@JonatanAntoni done. The feature is added to the UI of the LiveWatch. It has already been added to the watch window, variables window and source window in a separate CDT Cloud PR. Available here eclipse-cdt-cloud/cdt-gdb-vscode#217 |

Fixes
Changes
Screenshots
Checklist