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
weinand opened this issue
Sep 26, 2017
· 5 comments
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeeded
Observe:
Breakpoint shows up in gutter and BREAKPOINTS view
restart or reload VS Code
Observe:
Breakpoint section is expanded but doesn't show breakpoints.
add another breakpoint
Observe:
both breakpoints show up
The text was updated successfully, but these errors were encountered:
weinand
added
bug
Issue identified by VS Code Team member as probable bug
debug
Debug viewlet, configurations, breakpoints, adapter issues
labels
Sep 26, 2017
For some reason I do not see this on my machine. Due to that I believe it is a timing issue. Might the split view ask me too early about the size @joaomoreno did we change something with our split view refactoring that could affect this?
I believe 1804467 has introduced this issue. Looking at the code I am suspect the setting of 0 as the size in the constructor. I believe I have addresed this issue with the commit, however since I could not originaly reporduce this issue will wait for @weinand to check.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeeded
Steps to Reproduce:
Observe:
Breakpoint shows up in gutter and BREAKPOINTS view
Observe:
Breakpoint section is expanded but doesn't show breakpoints.
Observe:
both breakpoints show up
The text was updated successfully, but these errors were encountered: