Closed
Bug 487548
Opened 16 years ago
Closed 15 years ago
Need finer control over verbose mode
Categories
(Tamarin Graveyard :: Virtual Machine, defect)
Tamarin Graveyard
Virtual Machine
Tracking
(Not tracked)
RESOLVED
FIXED
Future
People
(Reporter: rreitmai, Unassigned)
References
Details
Currently verbose mode is an on/off proposition, based on the value in config at startup.
When debugging a large amount of AS code, this is quite troublesome in that megabytes of output can be easily produced.
One idea to limit the size of this output, would be to the build the verbose system around the concept of on/off trigger points. Wherein the VM is always ready to produce output but only does so, when a given condition occurs. Additionally it could cease output on a different or similar trigger.
As a first suggestion some useful trigger points might be method execution count, jit'd method count (ala jitmax) or PoolObject count.
Looking for more opinions...
Comment 1•16 years ago
|
||
I agree this would be useful.
Class and method name / function name?
-Doz method=runTest
-Doz 'class=Button,method=.*handler'
Functions that contain certain ABC instructions?
(ObSilly, -Doz seems like an appropriate switch as Oz was a verbose wizard.)
Comment 2•16 years ago
|
||
(In reply to comment #1)
> (ObSilly, -Doz seems like an appropriate switch as Oz was a verbose wizard.)
yes, but he also insisted people shouldn't look behind the curtain, which is the point of this switch...
Updated•16 years ago
|
Target Milestone: --- → Future
Reporter | ||
Updated•15 years ago
|
Blocks: tamarin-debugging
Comment 3•15 years ago
|
||
either this is done or the bug should be converted to a tracker for remaining work in other bugs.
OS: Mac OS X → All
Reporter | ||
Comment 4•15 years ago
|
||
I don't believe its done. We have no patches for it and I'm not sure that it is a dup of any other bug.
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•