Open
Bug 1068990
Opened 11 years ago
Updated 2 months ago
[jsdbg2] Add string allocations to the allocations log
Categories
(Core :: JavaScript: Debugger API, defect, P3)
Tracking
()
NEW
People
(Reporter: fitzgen, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [gaming-tools])
Right now we only have Object allocations in the allocations log, but it would be really nice to have String as well and maybe expose further internals such as [Base]Shapes and things from XPCOM and Gecko.
We could use this as a meta bug; I suspect just getting Strings first would be a lot easier than integrating non-SpiderMonkey allocations.
We could extend the entries in the array returned by drainAllocationsLog with a "type" field that is a string "Object", "String", etc.
| Reporter | ||
Comment 1•11 years ago
|
||
Let's start with strings.
Summary: [jsdbg2] Add non-Object allocations to the allocations log → [jsdbg2] Add string allocations to the allocations log
| Reporter | ||
Updated•11 years ago
|
Blocks: memory-platform
Updated•10 years ago
|
Whiteboard: [gaming-tools]
Updated•10 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
Comment 2•2 months ago
|
||
Moving bugs to Debugger API component. Use castle-terms-potato to filter out.
Component: JavaScript Engine → JavaScript: Debugger API
You need to log in
before you can comment on or make changes to this bug.
Description
•