add evaluate on hover, view vars as hex, set data breakpoints #1521
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
ESP-IDF: Hex View
in debug tab. Variables values are updated during debug session if it changes.Break on Value Read
,Break on Value Read
orBreak on Value Read
.Fixes #1511
Fixes #1420
Fixes #1419
Type of change
Steps to test this pull request
Provide a list of steps to test changes in this PR and required output
View as Hex
. The value will be added to theESP-IDF: Hex View
tree view in the same debug tab. The item allows user to copy the value to clipboard and delete the item from the tree.Break on Value Read
,Break on Value Read
orBreak on Value Read
to set a data breakpoint (watchpoint). The debug session should stop based on the variable value change read or write (depending on selection).Show variables values on hover (it will run a evaluateRequest to the debug adapter)
Add a right click option to show the integer value parsed as Hex and binary. Values will be show in
ESP-IDF: Hex View
in debug tab.Data breakpoint when selecting
Break on Value Read
,Break on Value Read
orBreak on Value Read
on variable right click should set a breakpoint on variable update.How has this been tested?
Manual testing following steps above.
Test Configuration:
Dependent components impacted by this PR:
Checklist