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

Link view and session #97

Open
Tracked by #5
colin-grant-work opened this issue Mar 7, 2024 · 1 comment
Open
Tracked by #5

Link view and session #97

colin-grant-work opened this issue Mar 7, 2024 · 1 comment

Comments

@colin-grant-work
Copy link
Contributor

colin-grant-work commented Mar 7, 2024

It is possible to have multiple debug sessions running simultaneously, and it is likely desirable to connect a given memory inspector instance to a given session to ensure that updates from one session don't affect a view showing memory from another session.

@colin-grant-work colin-grant-work changed the title Link view and session? Link view and session Mar 7, 2024
@martin-fleck-at
Copy link
Contributor

That is a very good point! Currently each memory inspector is always in the context of the active debug session, so I'm just wondering what the best option is to determine that. Should the session be determined based on the time the inspector is opened or should it be a deliberate user action to lock the view to a particular session which can later also be unlocked? I feel like giving the user more control over this is probably the best way to go forward. If we do so, we really need to think about a good UX concept for all the options because we now have a lot of display options for which the user already needs to scroll sometimes and then we have the label editing, the freezing to avoid updates, the new lock to avoid updates from other sessions, etc.

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

No branches or pull requests

2 participants