Ticket #7896: patch

File patch, 1.0 KB (added by SF/japj, 22 years ago)

debugger help & readme patch

  • debug.cpp

    ? patch
    RCS file: /cvsroot/scummvm/scummvm/debug.cpp,v
    retrieving revision 1.3
    diff -u -r1.3 debug.cpp
     
    6363                       "help -> display this help text\n"
    6464                           "quit -> quit the debugger\n"
    6565                           "go [numframes] -> increase frame\n"
     66                           "actor [numactor] -> show actor information\n"
     67                           "scripts -> show running scripts\n"
    6668                           );
    6769                return true;
    6870
  • readme.txt

    RCS file: /cvsroot/scummvm/scummvm/readme.txt,v
    retrieving revision 1.3
    diff -u -r1.3 readme.txt
     
    3939You can use Ctrl 0-9 and Shift 0-9 to load and save states.
    4040Ctrl-z quits, and Ctrl-f runs in fast mode.
    4141
     42Ctrl-d starts debugger
     43Ctrl-s shows resource statistics
     44
    4245Good Luck,
    4346Ludvig Strigeus
    4447