Closed
Bug 1421865
Opened 8 years ago
Closed 6 years ago
debugger: call stack is limited to what you see
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mhammar31, Unassigned)
Details
Attachments
(1 file)
14.09 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0
Build ID: 20171112125346
Steps to reproduce:
In the debugger:
I debugged and tried to look down the call stack
Actual results:
On earlier versions of the debugger you could click on the bottom most line in the call stack and then it would update itself and show more lines, not so anymore.
Now it is: "what you see is what you get". You can't anymore click on the bottom line and get more lines. You are limited to the first approx. 25 lines/calls.
Expected results:
As it were before. If you want to follow the call stack further, you should be able to.
Updated•7 years ago
|
Product: Firefox → DevTools
Comment 1•6 years ago
|
||
this relates to the old debugger.
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•