Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to set data breakpoints in memory view via context menu #102

Open
planger opened this issue Mar 12, 2024 · 0 comments
Open

Allow to set data breakpoints in memory view via context menu #102

planger opened this issue Mar 12, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@planger
Copy link
Contributor

planger commented Mar 12, 2024

Description

Enable users to set data breakpoints for variables and memory addresses from the context menu of the following two places in the memory inspector:

Image

To obtain the relevant context information, note that you may need to base this work on #135 (in particular to get the start address of a memory data group).

If a data breakpoint is set, it shall be shown in the UI with a red dot for variables, or a red rectangle with a dot for memory data groups. Make sure that this does not impact the existing width of the memory data groups to avoid line breaking or misaligned columns in the data. With #132 we already have accounted for a border (for editing), which can be also used now for showing breakpoints.

Optional: If a data breakpoint is hit, it should show up the memory range or variable in orange (similar to current line in a debug session). However, as it may be more complex to obtain this information (reason of the stopped event), we should be open to extract this out into a separate issue.

Additional information
Related: #51

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants