Bug 1716314 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.

Debugger pauses at an exception but the panel isn't automatically selected and the panel tab icons isn't highlighted

I have these prefs on:
* fission.autostart
* devtools.target-switching.server.enabled

STRs:
1. Load http://janodvarko.cz/tests/fission/case11/index.html
2. Open Debugger, check `Pause on exceptions`
3. Select the Network panel
4. Reload the page
3. The Debugger is paused (as well as the page load), but the Debugger panel isn't auto selected.

ER:
The Debugger panel is selected and the panel's icon highlighted, i.e. green (so, the user sees that JS execution is paused).

STR for expected result
1) Load http://softwareishard.com/tests/fission/case1/index.html
2) Create BP in index.js
3) Select the Network panel
4) Click `this same page` link twice (to navigate to different domain and back)
5) Debugger panel hits the BP and is selected

Honza
Debugger pauses at an exception but the panel isn't automatically selected and the panel tab icons isn't highlighted

I have these prefs on:
* fission.autostart
* devtools.target-switching.server.enabled (when retesting later, it feels that this pref has no impact)

STRs:
1. Load http://janodvarko.cz/tests/fission/case11/index.html
2. Open Debugger, check `Pause on exceptions`
3. Select the Network panel
4. Reload the page
3. The Debugger is paused (as well as the page load), but the Debugger panel isn't auto selected.

ER:
The Debugger panel is selected and the panel's icon highlighted, i.e. green (so, the user sees that JS execution is paused).

STR for expected result
1) Load http://softwareishard.com/tests/fission/case1/index.html
2) Create BP in index.js
3) Select the Network panel
4) Click `this same page` link twice (to navigate to different domain and back)
5) Debugger panel hits the BP and is selected

Honza

Back to Bug 1716314 Comment 0