-
Notifications
You must be signed in to change notification settings - Fork 34.5k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsidersverifiedVerification succeededVerification succeeded
Milestone
Description
Hi,
First of all, Happy new Year!
I submit here an issue regarding to Variables
in Debug View.
- VSCode Version: Latest (1.52.1)
- OS Version: Win10 x64
Steps to Reproduce:
- Launch a Debug Configuration 1 (my case is from a custom DebugAdapter, this problem occurs as well with C/C++ Extension)
- Launch a second Debug Configuration (it can be a different type from previous one)
- End a session (Stop or Step)
- Second session has now focus but variables are not revealed.
Variables are correctly displayed when switching one session to another, but they are not displayed after a session ended.
Regards.
EDIT: If you try the same steps with 3 sessions:
- First, you will see that your current session does not display variables.
- If you switch to the 3rd session, it will display variables associated.
- If you switch again, it will show you variables associated.
Does this issue occur when all extensions are disabled?: N/A : Need at least one extension to debug.
EDIT2: This ""problem"" is due to stackFrame
lost focus, which happens when debuggee stops. It can be an expected behaviour. If so, I can close this issue.
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsidersverifiedVerification succeededVerification succeeded