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
jramsay opened this issue
Feb 26, 2018
· 0 comments
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeeded
VSCode Version: 1.21.0-insider
OS Version: Windows 10 Enterprise
VS Live Share: 0.2.163
Scenario: a VS Live Share session between a host & a guest where they’re both editing a doc and configuring BPs before launching the debugger.
Steps:
• The host has existing BPs set and shares their project with the guest.
• The guest joins the session and adds a few new lines above a line with a BP and then edits the existing BP (ex: changes hit count from 1 to 4)
When the new line is added VS Live Share's breakpointManager's onDidChangeBreakpoints is triggered with a changed event. This changed event has the locations of the old breakpoints but does not appear to contain the new locations.
The text was updated successfully, but these errors were encountered:
weinand
added
debug
Debug viewlet, configurations, breakpoints, adapter issues
bug
Issue identified by VS Code Team member as probable bug
labels
Feb 26, 2018
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
VSCode Version: 1.21.0-insider
OS Version: Windows 10 Enterprise
VS Live Share: 0.2.163
Scenario: a VS Live Share session between a host & a guest where they’re both editing a doc and configuring BPs before launching the debugger.
Steps:
• The host has existing BPs set and shares their project with the guest.
• The guest joins the session and adds a few new lines above a line with a BP and then edits the existing BP (ex: changes hit count from 1 to 4)
When the new line is added VS Live Share's breakpointManager's onDidChangeBreakpoints is triggered with a changed event. This changed event has the locations of the old breakpoints but does not appear to contain the new locations.
The text was updated successfully, but these errors were encountered: