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

Following test case can be used to reproduce the problem. Debugger pauses, but there is no source code and stepping buttons are all disabled.

Another variant:
1) Load http://softwareishard.com/tests/fission/case1/index.html
2) Create BP in index.js (top level document), line 3
3) CLick  `this same page` link on the page

AR:
The Debugger pauses, but there is no source code, there is also no way to resume it.

Honza
Following test case can be used to reproduce the problem. Debugger pauses, but there is no source code and stepping buttons are all disabled.

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

Another variant:
1) Load http://softwareishard.com/tests/fission/case1/index.html
2) Create BP in index.js (top level document), line 3
3) CLick  `this same page` link on the page

AR:
The Debugger pauses, but there is no source code, there is also no way to resume it.

Sometimes I need to click the "this same page" link again on the loaded page to see the issue.

Also note that when I disable devtools.target-switching.server.enabled  the problem is different. The page is not stack at loading anymore, but also the BP never hits (edited) 

Honza
Following test case can be used to reproduce the problem. Debugger pauses, but there is no source code and stepping buttons are all disabled.

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

STRs:
1) Load http://softwareishard.com/tests/fission/case1/index.html
2) Create BP in index.js (top level document), line 3
3) CLick  `this same page` link on the page

AR:
The Debugger pauses, but there is no source code, there is also no way to resume it.

Sometimes I need to click the "this same page" link again on the loaded page to see the issue.

Also note that when I disable `devtools.target-switching.server.enabled` the problem is different. The page is not stack at loading anymore, but the BP never hits.

Honza

Back to Bug 1712557 Comment 0