30 class formula_expression;
31 class formula_callable;
33 class formula_debugger;
41 const std::string&
name()
const;
42 const std::string&
str()
const;
65 const std::string &
name()
const;
virtual ~base_breakpoint()
const std::string & name() const
base_breakpoint(formula_debugger &fdb, const std::string &name, bool one_time_only)
virtual bool is_break_now() const =0
bool is_one_time_only() const
debug_info(int arg_number, int counter, int level, const std::string &name, const std::string &str, const variant &value, bool evaluated)
const variant & value() const
const std::string & value_str() const
void set_evaluated(bool evaluated)
const std::string & name() const
const std::string & str() const
void set_value(const variant &value)
Formula AI debugger, forward.
std::shared_ptr< base_breakpoint > breakpoint_ptr