You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: