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
To use breakpoints, it appears one must follow all of these steps, in this exact sequence:
Ctrl+Shift+R -> Start Chrome (attaching to port 9222)
Load the desired URL (perhaps via chrome_url)
Ctrl+Shift+R -> Start debugging
Refresh the page by pressing F5 inside Chrome
Ctrl+Shift+R -> Clear all breakpoints
Browse to a particular line of code, Ctrl+Shift+R -> Toggle Breakpoint, repeated for all desired breakpoints
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)
The text was updated successfully, but these errors were encountered:
To use breakpoints, it appears one must follow all of these steps, in this exact sequence:
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)
The text was updated successfully, but these errors were encountered: