aboutsummaryrefslogtreecommitdiff
path: root/gui/debugger.cpp
AgeCommit message (Expand)Author
2014-01-02BUILD: Support libedit readline wrapperWillem Jan Palenstijn
2013-01-26JANITORIAL: Enforce "} // End of namespace" with a single space after }.Johannes Schickel
2012-03-13JANITORIAL: Simply use *x instead of *x.get() on smart pointers.Christoph Mallon
2011-12-05GUI: Add new line to error string in debugger.Johannes Schickel
2011-12-05GUI: Simplify boolean parsing in our debugger.Johannes Schickel
2011-12-05COMMON: Fix stylingFilippos Karapetis
2011-12-05COMMON: Handle boolean types in the debuggerFilippos Karapetis
2011-06-03GUI: Add 'openlog' command to debuggerMax Horn
2011-05-25BUILD: Rename USE_TEXT_CONSOLE -> USE_TEXT_CONSOLE_FOR_DEBUGGERMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2010-12-07DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engineMax Horn
2010-11-04GUI: Fix build with readline enabledWillem Jan Palenstijn
2010-11-01GUI: Rename ConsolDialog methods (v)printf, putcharMax Horn
2010-07-17Fixing compilation with MSVCFilippos Karapetis
2010-07-17DEBUGGER: Simplify how our console debugger works / is usedMax Horn
2010-05-04Move DebugChannel related code to new headerMax Horn
2010-04-27COMMON: Move DebugChannel stuff into a new DebugMan singletonMax Horn
2010-03-18COMMON: Move typedef StringList from str.h to new header str-array.hMax Horn
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-09-06Minor constness fixesBertrand Augereau
2009-07-26Formatting.Johannes Schickel
2009-07-25Add optional readline support to the text debugger console.Willem Jan Palenstijn
2009-07-19Fix compilation with USE_CONSOLE = 0Willem Jan Palenstijn
2009-07-18Fix crash in tab completion if one command is a prefix of another.Willem Jan Palenstijn
2009-07-01- Added GCC_PRINTF attribute to several funcs where it makes senseMax Horn
2009-05-11Turned fixed-size lists of debugger/console commands and variables into more ...Max Horn
2009-01-30do not include common/debug.h from common/util.hMax Horn
2009-01-30Renamed SpecialDebugLevel to DebugChannelMax Horn
2009-01-30Some work on the 'special debug levels' aka 'engine debug levels' codeMax Horn
2008-10-12cleanupMax Horn
2008-05-20Cleaned up engine debug level code.Johannes Schickel
2008-04-20- moved kyra functor code to common/func.hJohannes Schickel
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-03-13Remove debugger hack for Symbian OS!Lars Persson
2006-09-16Added GUI::ConsoleDialoggetCharsPerLine() method, and added a big FIXME comme...Max Horn
2006-09-16Overhaul of the debugger codeMax Horn