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

Add select frame & thread from the context menu #118

Open
theIDinside opened this issue May 12, 2022 · 0 comments
Open

Add select frame & thread from the context menu #118

theIDinside opened this issue May 12, 2022 · 0 comments
Labels
enhancement New feature or request feature features and enhancements

Comments

@theIDinside
Copy link
Collaborator

This is due to how VSCode operates. "We" (by we, we mean Midas Debug Adapter) will never know what frame or thread is ultimately selected. The problem is described in the issue microsoft/vscode#148004

Therefore, add select commands to the context menu when clicking on individual frames and threads (if possible). I'm pretty sure it's possible to register that.

@theIDinside theIDinside added enhancement New feature or request feature features and enhancements labels May 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature features and enhancements
Projects
None yet
Development

No branches or pull requests

1 participant