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
Jul 4, 2016
· 0 comments
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeeded
start debugging (hit breakpoint in line with 'hello 3')
set caret in line with 'hello 2' and execute 'Run to Cursor'
Observe: line with 'hello 2' is hit and no breakpoint icon is shown for that line
set caret in line with 'hello 1' and execute 'Run to Cursor'
Observe: line with 'hello 2' is hit and a breakpoint icon is shown for that line
I wold expect that no breakpoint is kept after a 'Run to Cursor'
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
Jul 4, 2016
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:
use this snippet:
set a breakpoint in line with 'hello 3'
start debugging (hit breakpoint in line with 'hello 3')
set caret in line with 'hello 2' and execute 'Run to Cursor'
Observe: line with 'hello 2' is hit and no breakpoint icon is shown for that line
Observe: line with 'hello 2' is hit and a breakpoint icon is shown for that line
I wold expect that no breakpoint is kept after a 'Run to Cursor'
The text was updated successfully, but these errors were encountered: