Closed
Bug 1933392
Opened 1 year ago
Closed 1 year ago
Setting a directory root on a page makes it impossible to see sources on another page
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1893072
People
(Reporter: nchevobbe, Unassigned)
Details
- Go to https://nchevobbe.github.io/demo/console-test-app.html
- Open the debugger
- right click on the "demo" folder and click "Set directory root"
- Go to https://www.mozilla.org/
- Open the debugger
Expected result: I can some JS files in the source tree (under "media/js")
Actual result: The tree has not sources
The only way to be able to see the sources on mozilla.org is to reset the directory root in the first tab (or clear the devtools.debugger.project-directory-root pref)
I guess this setting should be per domain/page , and if a directory root is applied, always show the root toolbar that we have to clear the setting
Updated•1 year ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•