Open
Bug 1056399
Opened 10 years ago
Updated 2 years ago
Give Debugger.Memory an accessor to control the captured stack depth
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
NEW
People
(Reporter: fitzgen, Unassigned)
References
(Blocks 2 open bugs)
Details
SavedStacks::saveCurrentStack's third parameter is maxFrameCount which allows you to limit the number of frames to walk and capture. We should be able to control this via jsdbg2's Debugger.Memory.
Reporter | ||
Updated•10 years ago
|
Blocks: memory-platform
Updated•5 years ago
|
Blocks: js-debugger
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•