mirror of
https://github.com/ksherlock/mpw.git
synced 2025-01-03 04:30:32 +00:00
debugger ideas
This commit is contained in:
parent
cff61ead03
commit
58b1ced70f
25
TODO.txt
25
TODO.txt
@ -1,6 +1,31 @@
|
||||
TODO
|
||||
|
||||
|
||||
debugger improvements:
|
||||
|
||||
completion context:
|
||||
|
||||
when in tbrk, lookup based on the toolbox map ninstead of general symbol table?
|
||||
|
||||
|
||||
symbol table should be a range. Debug names are loaded as start:end.
|
||||
In scalar context, just use the start value.
|
||||
In range context, use as a range unless specific range or count provided.
|
||||
|
||||
eg:
|
||||
|
||||
main;l <- list all of main
|
||||
|
||||
new command: protect
|
||||
usage: protect range
|
||||
(where range can be explicit or a debug name)
|
||||
prevents tracing within the defined code.
|
||||
|
||||
|
||||
last address
|
||||
expression evaluation updates the last address. ;command is equivalent to lastaddress;command.
|
||||
|
||||
|
||||
- tool to list iigs/mac resource fork (rlist)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user