Bug 1746368 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

1. On https://nchevobbe.github.io/demo/console-test-app.html,
  2. Add a breakpoint on line 8 of console-test-event-listeners.js
  3. Then ignore line 7
  4. Click on a button in the page


#### AR
I do hit the breakpoint (as expected) but the breakpoint is not highlighted, I don't see the paused reason and the callstack is empty

#### ER
The breakpoint should be highlighted and the paused reason and callstack should show
1. On https://nchevobbe.github.io/demo/console-test-app.html,
  2. Add a breakpoint on line 8 of console-test-event-listeners.js
  3. Then ignore line 7
  4. Click on a button in the page


#### AR
I do hit the breakpoint (as expected) but 
- the breakpoint is not highlighted, 
- I don't see the paused reason and 
- the callstack is empty
- The scopes pane shows "Scopes unavailable"

#### ER
The breakpoint should be highlighted, the paused reason, callstack and the scopes pane should show information

Back to Bug 1746368 Comment 0