2005/5/9
-- ACDK API Docs Namespaces acdk acdk::cfgscript DebugPoint members See also: ScriptDebug.cpp ScriptDebug.h
(c) 2005 byRoger Rene Kommer
Kindly hosted at:
#include <ScriptDebug.h>
Inheritance diagram for acdk::cfgscript::DebugPoint:
[inline]
[pure virtual]
Implemented in acdk::cfgscript::FunctionEnterDebugPoint, acdk::cfgscript::SourceLineDebugPoint, acdk::cfgscript::ThrowExceptionDebugPoint, and acdk::cfgscript::WalkDebugPoint.
return the indefier of the breakpoint.
used to list and remove breakpoints
return true if this string identifies this breakpoint
return a string representation of this object Object::toString() return getName() by default
Reimplemented from acdk::lang::Object.