Closed Bug 1938544 Opened 2 months ago Closed 2 months ago

Remote debugging via "about:devtools-toolbox" doesn't show source files in debugger panel

Categories

(DevTools :: Debugger, defect)

defect

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: whimboo, Unassigned)

References

Details

I'm running through the current steps for smoke tests of the Firefox 135 release and I noticed that the debugger has an issue with the source files when inspecting a remote target.

Steps:

When I reach step 5 and open the debugger the script.js source it not shown to me. Also I cannot use Cmd+P to go to that file. It's just not present.

Interesting is that the breakpoint, which I added the last time when I ran these tests, is still working. That means the script.js file is displayed and I can step through. But it's still not listed in the Sources pane.

WFM, debugging from latest mozilla-central changeset while debugging 134 and 133.

Strange. So after testing with older releases and hitting issues when backward compatible code was removed I was now testing 135 and 134 (as server) again and it works. That means I can no longer reproduce the issue that I was seeing before.

Status: NEW → RESOLVED
Closed: 2 months ago
Resolution: --- → WORKSFORME

The problem here was actually a custom value for devtools.debugger.project-directory-root, which I may have set at some point (by accident) to top-level|developer.mozilla.org. Resetting the preference makes it working again.

You need to log in before you can comment on or make changes to this bug.