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

Saved breakpoints are inoperative and must be re-created #122

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

Saved breakpoints are inoperative and must be re-created #122

neilalex opened this issue Jun 12, 2017 · 0 comments

Comments

@neilalex
Copy link

  • To use breakpoints, it appears one must follow all of these steps, in this exact sequence:

    1. Ctrl+Shift+R -> Start Chrome (attaching to port 9222)
      • Load the desired URL (perhaps via chrome_url)
    2. Ctrl+Shift+R -> Start debugging
    3. Refresh the page by pressing F5 inside Chrome
    4. Ctrl+Shift+R -> Clear all breakpoints
    5. Browse to a particular line of code, Ctrl+Shift+R -> Toggle Breakpoint, repeated for all desired breakpoints
    6. Refresh the page again by pressing F5 in Chrome, which begins the debugging process
  • Any breakpoints added before choosing “start debugging” appear inoperative

  • Any breakpoints carrying over from any previous debugging sessions appear inoperative

  • Also, if I don’t refresh the page (step iii) before choosing “Clear all breakpoints” or “Toggle Breakpoint,” nothing appears to happen when choosing either of these commands – no breakpoint icons disappear or appear in ST3, nothing appears in the debug console, etc.

  • I don’t receive any console errors, even in debug mode

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 occur in both)

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