21 #ifndef FORMULA_DEBUGGER_HPP_INCLUDED
22 #define FORMULA_DEBUGGER_HPP_INCLUDED
32 class formula_expression;
33 class formula_callable;
35 class formula_debugger;
const std::string & str() const
void set_evaluated(bool evaluated)
virtual ~base_breakpoint()
const std::string & value_str() const
const std::string & name() const
Formula AI debugger, forward.
virtual bool is_break_now() const =0
GLsizei const GLfloat * value
const std::string & name() const
void set_value(const variant &value)
const variant & value() const
base_breakpoint(formula_debugger &fdb, const std::string &name, bool one_time_only)
debug_info(int arg_number, int counter, int level, const std::string &name, const std::string &str, const variant &value, bool evaluated)
GLuint const GLchar * name
GLsizei const GLcharARB ** string
bool is_one_time_only() const