Public Member Functions | |
| end_breakpoint (formula_debugger &fdb) | |
| virtual | ~end_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 260 of file debugger.cpp.
|
inline |
Definition at line 262 of file debugger.cpp.
|
inlinevirtual |
Definition at line 267 of file debugger.cpp.
|
inlinevirtual |
Implements wfl::base_breakpoint.
Definition at line 271 of file debugger.cpp.
References wfl::call_stack, wfl::base_breakpoint::fdb_, and wfl::formula_debugger::get_call_stack().