Closed
Bug 487079
Opened 17 years ago
Closed 16 years ago
tamarin shell debugger needs some enhancements to be useful
Categories
(Tamarin Graveyard :: Tracing Virtual Machine, defect)
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: dschaffe, Unassigned)
Details
The tamarin shell debugger needs some work to become usable. To invoke the debugger to: avmshell_s -d foo.abc (-d is only enabled in the debugger builds, obviously)
list of issues:
(1) implement help command to show list of implemented commands
(2) some commands (break and delete) crash when no parmeters are passed, before calling nextToken() should make sure there is a token, break and delete should both print a usage message and display the current breakpoints (same as show break)
(3) print should be implemented matching the fdb print
(4) info should support showing global variables (info globals) and files (info files)
(5) list should support list 1,10 to print a range of lines
Flags: flashplayer-triage+
Flags: flashplayer-qrb?
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WONTFIX
Updated•16 years ago
|
Status: RESOLVED → VERIFIED
Updated•15 years ago
|
Flags: flashplayer-qrb?
You need to log in
before you can comment on or make changes to this bug.
Description
•