Closed
Bug 1313153
Opened 9 years ago
Closed 9 years ago
Make debugger source file list collapsible by directory
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mike, Unassigned)
Details
Attachments
(1 file)
|
251.34 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:49.0) Gecko/20100101 Firefox/49.0
Build ID: 20161019084923
Steps to reproduce:
- Use webpack to build a large single-page react application with sourcemaps
- Add a bunch of npm dependencies too, because that's how it works.
- Open application in Firefox
- Open dev tools
- Go to debugger tab
- Look for a particular file whose path you know
Actual results:
Spend forever scrolling through a giant list of irrelevant files sorted by full path.
Expected results:
UI should have a collapsible directory tree view instead of just a flat list.
Comment 1•9 years ago
|
||
Try the debugger in a current version of Firefox Nightly http://nightly.mozilla.org/ we've switched to this style interface. ( https://github.com/devtools-html/debugger.html )
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•