Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breakpoints will not remove after debugging has begun #123

Open
neilalex opened this issue Jun 12, 2017 · 0 comments
Open

Breakpoints will not remove after debugging has begun #123

neilalex opened this issue Jun 12, 2017 · 0 comments

Comments

@neilalex
Copy link

Steps to reproduce

  • Follow the steps in Saved breakpoints are inoperative and must be re-created #122 to create at least one breakpoint and begin debugging

  • After stepping through the entirety of one's code, navigate to the line containing the above breakpoint and attempt to remove it using Ctrl+Shift+R -> Toggle Breakpoint

  • The console window (in debug mode) shows “Removing breakpoint in …”

  • Yet subsequently, if pressing F5 to refresh the page in Chrome, execution will continue to pause at the breakpoint as if it had not actually been removed

  • Trying to toggle a breakpoint at the same line of code once again (as if to turn it on again as far as SWI is concerned), the console in debug mode shows “Error from debuggee: Breakpoint at specified location already exists”

I’m using Windows 10, Chrome 7.0.2987.133 (64-bit, the latest non-Canary), ST3 build 3126, SWI releases 1.7.4 and 1.7.5 (all issues appear to occur in both)

@neilalex neilalex changed the title Breakpoints cannot be removed after starting debugging Breakpoints will not remove after debugging has begun Jun 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant