|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::cfgscript::DebugBreakPoints Class Reference#include <ScriptDebug.h>
Inheritance diagram for acdk::cfgscript::DebugBreakPoints:
List of all members.
Detailed Description
contains the configured debugger breakpoints
Constructor & Destructor Documentation
acdk::cfgscript::DebugBreakPoints::DebugBreakPoints |
( |
|
) |
[inline] |
|
Member Function Documentation
void acdk::cfgscript::DebugBreakPoints::addBreakPoint |
( |
IN(RDebugPoint) |
dbgPoint |
) |
[inline] |
|
void acdk::cfgscript::DebugBreakPoints::addDbgFlag |
( |
int |
flag |
) |
[inline] |
|
bool acdk::cfgscript::DebugBreakPoints::checkBreakPoints |
( |
int |
action, |
|
|
PEStack & |
stack |
|
) |
[static] |
|
bool acdk::cfgscript::DebugBreakPoints::doBreak |
( |
int |
action, |
|
|
PEStack & |
stack |
|
) |
[static] |
|
|
return true if state has changed
|
bool acdk::cfgscript::DebugBreakPoints::doBreakOnBreakPoint |
( |
int |
action, |
|
|
IN(RExecutionStackFrame) |
frame |
|
) |
|
|
RDebugger acdk::cfgscript::DebugBreakPoints::getDebugger |
( |
|
) |
[inline] |
|
bool acdk::cfgscript::DebugBreakPoints::onBreak |
( |
int |
action, |
|
|
PEStack & |
stack, |
|
|
IN(RExecutionStackFrame) |
frame |
|
) |
|
|
|
return true if state has changed
|
void acdk::cfgscript::DebugBreakPoints::removeBreakpoint |
( |
IN(RDebugPoint) |
dbgPoint |
) |
|
|
|
remove breakpoint by identifier return Nil if not found
|
void acdk::cfgscript::DebugBreakPoints::removeDbgFlag |
( |
int |
flag |
) |
[inline] |
|
void acdk::cfgscript::DebugBreakPoints::setBreakEachStmt |
( |
|
) |
[inline] |
|
void acdk::cfgscript::DebugBreakPoints::setContinue |
( |
|
) |
[inline] |
|
void acdk::cfgscript::DebugBreakPoints::setDebugger |
( |
IN(RDebugger) |
debugger |
) |
[inline] |
|
void acdk::cfgscript::DebugBreakPoints::setTraceOff |
( |
|
) |
[inline] |
|
void acdk::cfgscript::DebugBreakPoints::setTraceOn |
( |
|
) |
[inline] |
|
Member Data Documentation
|
|