Closed
Bug 619093
Opened 15 years ago
Closed 7 years ago
Arguments not printing for some functions when using astrace option
Categories
(Tamarin Graveyard :: Virtual Machine, defect)
Tamarin Graveyard
Virtual Machine
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: rreitmai, Unassigned)
References
Details
-Dastrace 4 should display function names and argument values for all methods being executed. This appears to work for some methods but not all.
E.g. Notice the 'add' methods below...
360 AVMINF: MTHD flash.display::Sprite/constructChildren ()
361 AVMINF: MTHD flash.events::EventDispatcher/addEventListener ()
361 AVMINF: MTHD flash.display::DisplayObjectContainer/addChild ()
361 AVMINF: MTHD flash.events::Event ("addedToStage",false,false)
| Reporter | ||
Updated•15 years ago
|
Blocks: tamarin-debugging
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•