Public Member Functions | |
step_out_breakpoint (formula_debugger &fdb) | |
virtual | ~step_out_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 |
Private Attributes | |
std::size_t | level_ |
Additional Inherited Members | |
Protected Attributes inherited from wfl::base_breakpoint | |
formula_debugger & | fdb_ |
std::string | name_ |
bool | one_time_only_ |
Definition at line 305 of file debugger.cpp.
|
inline |
Definition at line 307 of file debugger.cpp.
|
inlinevirtual |
Definition at line 312 of file debugger.cpp.
|
inlinevirtual |
Implements wfl::base_breakpoint.
Definition at line 316 of file debugger.cpp.
References wfl::call_stack, wfl::base_breakpoint::fdb_, wfl::formula_debugger::get_call_stack(), and level_.
|
private |
Definition at line 329 of file debugger.cpp.
Referenced by is_break_now().