Changes between Version 4 and Version 5 of DebuggerTaskList
- Timestamp:
- 09/21/09 00:14:30 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DebuggerTaskList
v4 v5 6 6 * Prior art: http://xdebug.org/docs-dbgp.php 7 7 * clone the interpreter to allow people to play into the debugger and then continue the normal execution of the program 8 * in PDB_hasinstruction 9 * previous comment suggested this SHOULD take the line, get an instruciton, get the opcode for that instruciton and check that is the correct one. (implying it doesn't now.) 10 * Decide how to deal with macros in here.