ScummVM API documentation
MTropolis::Debugger Class Reference

Public Member Functions

 Debugger (Runtime *runtime)
 
void runFrame (uint32 msec)
 
void setPaused (bool paused)
 
bool isPaused () const
 
RuntimegetRuntime () const
 
void notify (DebugSeverity severity, const Common::String &str)
 
void notifyFmt (DebugSeverity severity, const char *fmt,...)
 
void vnotifyFmt (DebugSeverity severity, const char *fmt, va_list args)
 
void refreshSceneStatus ()
 
void complainAboutUnfinished (Structural *structural)
 
void openToolWindow (DebuggerTool tool)
 
void closeToolWindow (DebuggerTool tool)
 
void inspectObject (IDebuggable *debuggable)
 
void tryInspectObject (RuntimeObject *object)
 
const Common::SharedPtr< DebugInspector > & getInspector () const
 

The documentation for this class was generated from the following file: