? patch
RCS file: /cvsroot/scummvm/scummvm/debug.cpp,v
retrieving revision 1.3
diff -u -r1.3 debug.cpp
|
|
|
63 | 63 | "help -> display this help text\n" |
64 | 64 | "quit -> quit the debugger\n" |
65 | 65 | "go [numframes] -> increase frame\n" |
| 66 | "actor [numactor] -> show actor information\n" |
| 67 | "scripts -> show running scripts\n" |
66 | 68 | ); |
67 | 69 | return true; |
68 | 70 | |
RCS file: /cvsroot/scummvm/scummvm/readme.txt,v
retrieving revision 1.3
diff -u -r1.3 readme.txt
|
|
|
39 | 39 | You can use Ctrl 0-9 and Shift 0-9 to load and save states. |
40 | 40 | Ctrl-z quits, and Ctrl-f runs in fast mode. |
41 | 41 | |
| 42 | Ctrl-d starts debugger |
| 43 | Ctrl-s shows resource statistics |
| 44 | |
42 | 45 | Good Luck, |
43 | 46 | Ludvig Strigeus |
44 | 47 | |