IMXSDebugger Class Reference

IMXSDebugger Class Referenceabstract

#include <IMXSDebugger.h>

+ Inheritance diagram for IMXSDebugger:

Public Types

enum  state {
  idle, getvar_getvar, getvar_getval, setvar_getvar,
  setvar_eval_compile, setvar_eval, setvar_setval, eval_compile,
  eval, attempting_break
}
 
- Public Types inherited from BaseInterface
enum  LifetimeType { noRelease, immediateRelease, wantsRelease, serverControlled }
 

Public Member Functions

virtual void OpenDialog (BOOL breakExecution, const MCHAR *outString=NULL, BOOL setFocus=FALSE)=0
 
virtual BOOL IsDialogOpen ()=0
 
virtual void CloseDialog ()=0
 
virtual HWND GetDialogHwnd ()=0
 
virtual void UpdateClipboardData ()=0
 
virtual void WriteString (const MCHAR *str)=0
 
virtual void WriteLine (const MCHAR *str)=0
 
virtual void BreakExecution (const MCHAR *outString=NULL)=0
 
virtual void ContinueExecution ()=0
 
virtual BOOL IsExecutionBroken ()=0
 
virtual state GetState ()=0
 
virtual DWORD GetThreadID () const =0
 
virtual BOOL GetAllowBreakOnThrow ()=0
 
virtual BOOL SetAllowBreakOnThrow (BOOL breakExecution)=0
 
virtual BOOL GetBreakOnError ()=0
 
virtual BOOL SetBreakOnError (BOOL breakExecution)=0
 
virtual BOOL GetBreakOnException ()=0
 
virtual BOOL SetBreakOnException (BOOL breakExecution)=0
 
virtual BOOL GetDefaultBreakOnThrow ()=0
 
virtual BOOL SetDefaultBreakOnThrow (BOOL breakExecution)=0
 
virtual BOOL GetIgnoreCaughtThrows ()=0
 
virtual BOOL SetIgnoreCaughtThrows (BOOL ignore)=0
 
virtual BOOL GetIgnoreCaughtErrors ()=0
 
virtual BOOL SetIgnoreCaughtErrors (BOOL ignore)=0
 
virtual BOOL GetIgnoreCaughtExceptions ()=0
 
virtual BOOL SetIgnoreCaughtExceptions (BOOL ignore)=0
 
virtual BOOL GetEnabledInQuietMode ()=0
 
virtual BOOL SetEnabledInQuietMode (BOOL ignore)=0
 
virtual BOOL GetEnabledInNetRender ()=0
 
virtual BOOL SetEnabledInNetRender (BOOL ignore)=0
 
virtual BOOL GetStayOnTop ()=0
 
virtual BOOL SetStayOnTop (BOOL ignore)=0
 
virtual DWORD GetCommandTimeoutPeriod ()=0
 
virtual DWORD SetCommandTimeoutPeriod (DWORD millisecs)=0
 
virtual DWORD GetBreakTimeoutPeriod ()=0
 
virtual DWORD SetBreakTimeoutPeriod (DWORD millisecs)=0
 
virtual DWORD GetGCTimeoutPeriod ()=0
 
virtual DWORD SetGCTimeoutPeriod (DWORD millisecs)=0
 
virtual DWORD GetBreakCyclePeriod ()=0
 
virtual DWORD SetBreakCyclePeriod (DWORD millisecs)=0
 
virtual BOOL GetShowGlobalConstants ()=0
 
virtual BOOL SetShowGlobalConstants (BOOL ignore)=0
 
virtual BOOL GetShowFirstFrameOnly ()=0
 
virtual BOOL SetShowFirstFrameOnly (BOOL firstOnly)=0
 
virtual BOOL GetAllowUnsafeMethods () const =0
 
virtual BOOL SetAllowUnsafeMethods (BOOL allowUnsafe)=0
 
virtual BOOL GetClearOutputOnOpen () const =0
 
virtual BOOL SetClearOutputOnOpen (BOOL doClear)=0
 
- Public Member Functions inherited from FPInterfaceDesc
CoreExport FPInterfaceDesc ()
 
CoreExport FPInterfaceDesc (Interface_ID id, const MCHAR *int_name, StringResID descr, ClassDesc *cd, ULONG flag,...)
 
CoreExport ~FPInterfaceDesc ()
 
virtual void Init ()
 
LifetimeType LifetimeControl ()
 
virtual BaseInterfaceGetInterface (Interface_ID id)
 
CoreExport void LoadDescriptor (Interface_ID id, const MCHAR *int_name, StringResID descr, ClassDesc *pCD, ULONG flag,...)
 
CoreExport void AppendFunction (int id,...)
 Add a new function to this interface descriptor. More...
 
CoreExport void AppendProperty (int id,...)
 Add a new property to this interface descriptor. More...
 
CoreExport void AppendEnum (int id,...)
 Add a new enum to this interface descriptor. More...
 
CoreExport void SetClassDesc (ClassDesc *i_cd)
 
CoreExport va_list check_fn (va_list ap, int id)
 
CoreExport va_list scan_fn (va_list ap, int id, int index)
 
CoreExport va_list check_prop (va_list ap, int id)
 
CoreExport va_list scan_prop (va_list ap, int id, int index)
 
CoreExport va_list check_enum (va_list ap, EnumID id)
 
CoreExport va_list scan_enum (va_list ap, EnumID id, int index)
 
FPInterfaceDescGetDesc ()
 
Interface_ID GetID ()
 
CoreExport FPFunctionDefGetFnDef (FunctionID fid)
 
ActionTableGetActionTable ()
 
CoreExport void EnableActions (BOOL onOff)
 
virtual CoreExport HINSTANCE HInstance ()
 
virtual CoreExport const MCHARGetRsrcString (StringResID id)
 
- Public Member Functions inherited from FPInterface
virtual CoreExport FPStatus Invoke (FunctionID fid, TimeValue t=0, FPParams *params=NULL)
 
virtual FPStatus Invoke (FunctionID fid, FPParams *params)
 
virtual CoreExport FPStatus Invoke (FunctionID fid, TimeValue t, FPValue &result, FPParams *params=NULL)
 
virtual FPStatus Invoke (FunctionID fid, FPValue &result, FPParams *params=NULL)
 
virtual CoreExport FunctionID FindFn (const MCHAR *name)
 
virtual CoreExport BOOL IsEnabled (FunctionID actionID)
 
virtual CoreExport BOOL IsChecked (FunctionID actionID)
 
virtual CoreExport BOOL IsVisible (FunctionID actionID)
 
virtual CoreExport FunctionID GetIsEnabled (FunctionID actionID)
 
virtual CoreExport FunctionID GetIsChecked (FunctionID actionID)
 
virtual CoreExport FunctionID GetIsVisible (FunctionID actionID)
 
- Public Member Functions inherited from BaseInterface
virtual UtilExport ~BaseInterface ()
 Destructor. More...
 
virtual bool RegisterNotifyCallback (InterfaceNotifyCallback *incb)
 
virtual void UnRegisterNotifyCallback (InterfaceNotifyCallback *incb)
 
virtual BaseInterfaceAcquireInterface ()
 
virtual void ReleaseInterface ()
 
virtual void DeleteInterface ()
 
virtual BaseInterfaceCloneInterface (void *remapDir=NULL)
 
- Public Member Functions inherited from InterfaceServer
virtual UtilExport ~InterfaceServer ()
 Destructor. More...
 

Static Public Member Functions

static ScripterExport IMXSDebuggerGetInstance ()
 
- Static Public Member Functions inherited from MaxHeapOperators
static UtilExport voidoperator new (size_t size)
 Standard new operator used to allocate objects If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator new (size_t size, const std::nothrow_t &e)
 Standard new operator used to allocate objects if there is insufficient memory, NULL will be returned. More...
 
static UtilExport voidoperator new (size_t size, const char *filename, int line)
 New operator used to allocate objects that takes the filename and line number where the new was called If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator new (size_t size, int block_type, const char *filename, int line)
 New operator used to allocate objects that takes the type of memory, filename and line number where the new was called If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator new (size_t size, const std::nothrow_t &e, const char *filename, int line)
 New operator used to allocate objects that takes the filename and line number where the new was called If there is insufficient memory, NULL will be returned. More...
 
static UtilExport voidoperator new (size_t size, unsigned long flags)
 New operator used to allocate objects that takes extra flags to specify special operations If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator new (size_t size, const std::nothrow_t &e, unsigned long flags)
 New operator used to allocate objects that takes extra flags to specify special operations If there is insufficient memory, NULL will be returned. More...
 
static UtilExport voidoperator new[] (size_t size)
 New operator used to allocate arrays of objects If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator new[] (size_t size, const std::nothrow_t &e)
 New operator used to allocate arrays of objects If there is insufficient memory, NULL will be returned. More...
 
static UtilExport voidoperator new[] (size_t size, const char *filename, int line)
 New operator used to allocate arrays of objects If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator new[] (size_t size, int block_type, const char *filename, int line)
 New operator used to allocate arrays of objects. More...
 
static UtilExport voidoperator new[] (size_t size, const std::nothrow_t &e, const char *filename, int line)
 New operator used to allocate arrays of objects If there is insufficient memory, NULL will be returned. More...
 
static UtilExport voidoperator new[] (size_t size, unsigned long flags)
 New operator used to allocate arrays of objects If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator new[] (size_t size, const std::nothrow_t &e, unsigned long flags)
 New operator used to allocate arrays of objects If there is insufficient memory, NULL will be returned. More...
 
static UtilExport void operator delete (void *ptr)
 Standard delete operator used to deallocate an object If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete (void *ptr, const std::nothrow_t &e)
 Standard delete operator used to deallocate an object If the pointer is invalid, nothing will happen. More...
 
static UtilExport void operator delete (void *ptr, const char *filename, int line)
 Delete operator used to deallocate an object that takes the filename and line number where the delete was called If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete (void *ptr, int block_type, const char *filename, int line)
 Delete operator used to deallocate an object that takes the type of memory, filename and line number where the delete was called If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete (void *ptr, const std::nothrow_t &e, const char *filename, int line)
 Delete operator used to deallocate an object that takes the filename and line number where the delete was called If the pointer is invalid, nothing will happen. More...
 
static UtilExport void operator delete (void *ptr, unsigned long flags)
 Delete operator used to deallocate an object that takes extra flags to specify special operations If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete (void *ptr, const std::nothrow_t &e, unsigned long flags)
 Delete operator used to deallocate an object that takes extra flags to specify special operations If the pointer is invalid, nothing will happen. More...
 
static UtilExport void operator delete[] (void *ptr)
 Standard delete operator used to deallocate an array of objects If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete[] (void *ptr, const std::nothrow_t &e)
 Standard delete operator used to deallocate an array of objects If the pointer is invalid, nothing will happen. More...
 
static UtilExport void operator delete[] (void *ptr, const char *filename, int line)
 Delete operator used to deallocate an array of objects that takes the filename and line number where the delete was called If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete[] (void *ptr, int block_type, const char *filename, int line)
 Delete operator used to deallocate an array of objects that takes the type of memory, filename and line number where the delete was called If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete[] (void *ptr, const std::nothrow_t &e, const char *filename, int line)
 Delete operator used to deallocate an array of objects that takes the filename and line number where the delete was called If the pointer is invalid, nothing will happen. More...
 
static UtilExport void operator delete[] (void *ptr, unsigned long flags)
 Delete operator used to deallocate an array of objects that takes extra flags to specify special operations If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete[] (void *ptr, const std::nothrow_t &e, unsigned long flags)
 Delete operator used to deallocate an array of objects that takes extra flags to specify special operations If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport voidoperator new (size_t size, void *placement_ptr)
 Placement new operator. More...
 
static UtilExport void operator delete (void *ptr, void *placement_ptr)
 Placement delete operator. More...
 

Additional Inherited Members

- Public Attributes inherited from FPInterfaceDesc
Interface_ID ID
 
MSTR internal_name
 
StringResID description
 
ClassDesccd
 
USHORT flags
 
Tab< FPFunctionDef * > functions
 
Tab< FPPropDef * > props
 
Tab< FPEnum * > enumerations
 
MSPluginClass * pc
 
Rolloutrollout
 
ActionTableaction_table
 
- Static Public Attributes inherited from FPInterface
static CoreExport FPInterfaceDesc nullInterface
 
- Protected Member Functions inherited from FPInterfaceDesc
CoreExport void load_descriptor (Interface_ID id, const MCHAR *int_name, StringResID descr, ClassDesc *cd, USHORT flag, va_list ap)
 
- Protected Member Functions inherited from FPInterface
virtual FPStatus _dispatch_fn (FunctionID fid, TimeValue t, FPValue &result, FPParams *p)
 

Member Enumeration Documentation

enum state
Enumerator
idle 
getvar_getvar 
getvar_getval 
setvar_getvar 
setvar_eval_compile 
setvar_eval 
setvar_setval 
eval_compile 
eval 
attempting_break 
43  { idle,
48  }; // the possible debugger states
Definition: IMXSDebugger.h:44
Definition: IMXSDebugger.h:45
Definition: IMXSDebugger.h:46
Definition: IMXSDebugger.h:47
Definition: IMXSDebugger.h:43
Definition: IMXSDebugger.h:46
Definition: IMXSDebugger.h:45
Definition: IMXSDebugger.h:45
Definition: IMXSDebugger.h:44
Definition: IMXSDebugger.h:45

Member Function Documentation

static ScripterExport IMXSDebugger* GetInstance ( )
static
virtual void OpenDialog ( BOOL  breakExecution,
const MCHAR outString = NULL,
BOOL  setFocus = FALSE 
)
pure virtual
virtual BOOL IsDialogOpen ( )
pure virtual
virtual void CloseDialog ( )
pure virtual
virtual HWND GetDialogHwnd ( )
pure virtual
virtual void UpdateClipboardData ( )
pure virtual
virtual void WriteString ( const MCHAR str)
pure virtual
virtual void WriteLine ( const MCHAR str)
pure virtual
virtual void BreakExecution ( const MCHAR outString = NULL)
pure virtual
virtual void ContinueExecution ( )
pure virtual
virtual BOOL IsExecutionBroken ( )
pure virtual
virtual state GetState ( )
pure virtual
virtual DWORD GetThreadID ( ) const
pure virtual
virtual BOOL GetAllowBreakOnThrow ( )
pure virtual
virtual BOOL SetAllowBreakOnThrow ( BOOL  breakExecution)
pure virtual
virtual BOOL GetBreakOnError ( )
pure virtual
virtual BOOL SetBreakOnError ( BOOL  breakExecution)
pure virtual
virtual BOOL GetBreakOnException ( )
pure virtual
virtual BOOL SetBreakOnException ( BOOL  breakExecution)
pure virtual
virtual BOOL GetDefaultBreakOnThrow ( )
pure virtual
virtual BOOL SetDefaultBreakOnThrow ( BOOL  breakExecution)
pure virtual
virtual BOOL GetIgnoreCaughtThrows ( )
pure virtual
virtual BOOL SetIgnoreCaughtThrows ( BOOL  ignore)
pure virtual
virtual BOOL GetIgnoreCaughtErrors ( )
pure virtual
virtual BOOL SetIgnoreCaughtErrors ( BOOL  ignore)
pure virtual
virtual BOOL GetIgnoreCaughtExceptions ( )
pure virtual
virtual BOOL SetIgnoreCaughtExceptions ( BOOL  ignore)
pure virtual
virtual BOOL GetEnabledInQuietMode ( )
pure virtual
virtual BOOL SetEnabledInQuietMode ( BOOL  ignore)
pure virtual
virtual BOOL GetEnabledInNetRender ( )
pure virtual
virtual BOOL SetEnabledInNetRender ( BOOL  ignore)
pure virtual
virtual BOOL GetStayOnTop ( )
pure virtual
virtual BOOL SetStayOnTop ( BOOL  ignore)
pure virtual
virtual DWORD GetCommandTimeoutPeriod ( )
pure virtual
virtual DWORD SetCommandTimeoutPeriod ( DWORD  millisecs)
pure virtual
virtual DWORD GetBreakTimeoutPeriod ( )
pure virtual
virtual DWORD SetBreakTimeoutPeriod ( DWORD  millisecs)
pure virtual
virtual DWORD GetGCTimeoutPeriod ( )
pure virtual
virtual DWORD SetGCTimeoutPeriod ( DWORD  millisecs)
pure virtual
virtual DWORD GetBreakCyclePeriod ( )
pure virtual
virtual DWORD SetBreakCyclePeriod ( DWORD  millisecs)
pure virtual
virtual BOOL GetShowGlobalConstants ( )
pure virtual
virtual BOOL SetShowGlobalConstants ( BOOL  ignore)
pure virtual
virtual BOOL GetShowFirstFrameOnly ( )
pure virtual
virtual BOOL SetShowFirstFrameOnly ( BOOL  firstOnly)
pure virtual
virtual BOOL GetAllowUnsafeMethods ( ) const
pure virtual
virtual BOOL SetAllowUnsafeMethods ( BOOL  allowUnsafe)
pure virtual
virtual BOOL GetClearOutputOnOpen ( ) const
pure virtual
virtual BOOL SetClearOutputOnOpen ( BOOL  doClear)
pure virtual