aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/debug.h
AgeCommit message (Expand)Author
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-25SCI: Cleaned up the BreakpointType enum and documented the bpe commandmd5
2010-09-02SCI: adding "bpr" and "bpw" debug commandsMartin Kiewitz
2010-07-12SCI: Turn global object g_debugState into SciEngine member varMax Horn
2010-06-27SCI: added new command "p" / "stepover" to execute one command, but skip send...Martin Kiewitz
2010-05-19Moved the breakpoint information inside the DebugState structFilippos Karapetis
2010-05-18Moved breakpointWasHit inside the DebugState struct, thus resolving a FIXMEFilippos Karapetis
2009-10-01- Removed the toggle for "weak" validations, as there are cases where they fa...Filippos Karapetis
2009-09-17SCI: Move parts of struct ScriptState into a new struct DebugStateMax Horn
2009-08-17Fix compilation of the SCI engine. It seems that all of the SCI header files ...Johannes Schickel
2009-07-18SCI: Fix stepping in debuggerWillem Jan Palenstijn
2009-07-11Fixed regression in the script parser from commit 42260Filippos Karapetis
2009-07-09restAdjust should be a signed integer. Fixes crashes with SCI1 games that tak...Filippos Karapetis
2009-07-08Some cleanup for the script debugger code:Filippos Karapetis
2009-07-03- Pushed debugstate into debug.hFilippos Karapetis
2009-07-02Moved some more debug state related variables in the DebugState structFilippos Karapetis
2009-07-02Moved all the debug state variables in a separate struct and re-enabled sever...Filippos Karapetis
2009-06-06Moved some more debug commands to ScummVM's coneoleFilippos Karapetis
2009-06-04SCI: Renamed various debug related global variables to have a g_ prefix; and ...Max Horn