Public Member Functions | |
step_in_breakpoint (formula_debugger &fdb) | |
virtual | ~step_in_breakpoint () |
virtual bool | is_break_now () const |
Public Member Functions inherited from wfl::base_breakpoint | |
base_breakpoint (formula_debugger &fdb, const std::string &name, bool one_time_only) | |
virtual | ~base_breakpoint () |
bool | is_one_time_only () const |
const std::string & | name () const |
Additional Inherited Members | |
Protected Attributes inherited from wfl::base_breakpoint | |
formula_debugger & | fdb_ |
std::string | name_ |
bool | one_time_only_ |
Definition at line 282 of file debugger.cpp.
|
inline |
Definition at line 284 of file debugger.cpp.
|
inlinevirtual |
Definition at line 289 of file debugger.cpp.
|
inlinevirtual |
Implements wfl::base_breakpoint.
Definition at line 293 of file debugger.cpp.
References wfl::call_stack, wfl::base_breakpoint::fdb_, and wfl::formula_debugger::get_call_stack().