Closed Bug 1151138 Opened 10 years ago Closed 6 years ago

console.log(someErrorObject) doesn't have a pretty, clickable stack

Categories

(DevTools :: Console, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: fitzgen, Unassigned)

Details

STR * Go to http://htmlpad.org/console-stack-not-clickable/ * Open console (Cmd+Alt+K) Expected Results The Error object is shown in the logs, and the stack is expandable, with each frame's source location a link to that line in the debugger. Actual Results You can see the stack, but each frame is just plain text, not a link to each source location in the debugger. Error: pls make me clickable Stack trace: c@http://htmlpad.org/console-stack-not-clickable/:30:17 b@http://htmlpad.org/console-stack-not-clickable/:26:5 a@http://htmlpad.org/console-stack-not-clickable/:22:5 @http://htmlpad.org/console-stack-not-clickable/:33:1
This htmlpad didn't open for me today. If you remember how to reproduce this, maybe a reproducer attached here would be good.
Product: Firefox → DevTools
This is fixed for Error object (in reps https://github.com/devtools-html/devtools-core/pull/942)
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.