Closed
Bug 883213
Opened 12 years ago
Closed 11 years ago
Implement a more obvious way of jumping between stack frames
Categories
(DevTools :: Debugger, enhancement, P3)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 905981
People
(Reporter: irakli, Unassigned)
Details
In debug mode there should be a way to jump around stack frames. According to dcamp there is a UI for that, but I failed to find it even though I really tried, in the end I had to open chrome to do debug whatever I was debugging.
Don't know if that's just me, but if there is one confused being probably there will be others. I'd suggest to do something with a UX to make it more discoverable.
Reporter | ||
Comment 1•12 years ago
|
||
To be more clear after I was pointed to UI for jumping between stack frames I did like it, it's just it was hard to discover it (I actually tried couple of times before asking :)
Comment 2•12 years ago
|
||
Once you're paused, you get the stackframes displayed as breadcrumbs in the debugger's toolbar. Just click on a breadcrumb to jump to a different frame. You can right click on the breadcrumbs to get a classic vertical presentation. What would you suggest be done differently? (having them displayed vertically by default takes up a lot of space)
Comment 3•12 years ago
|
||
Mid-air!
Comment 4•12 years ago
|
||
Just a question here to analyze things : When you hit a breakpoint, you must have notices some extra UI elements appear on the toolbar, left to the searchbox.
Did you notice them clearly ?
If not, then where were you looking for the stacks ?
If yes, then what did you think those arrows/breadcrumbs were ?
Did you try to click them ?
Updated•12 years ago
|
Severity: normal → enhancement
Updated•12 years ago
|
OS: Mac OS X → All
Priority: -- → P3
Hardware: x86 → All
Summary: Jump between stack frames → Implement a more obvious way of jumping between stack frames
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•