#include <InteractiveDebugger.hpp>
Public Member Functions | |
BreakPoint (const std::string &f, unsigned int l, unsigned int c, bool t) | |
Public Attributes | |
std::string | file |
unsigned int | line |
unsigned int | column |
bool | temporary |
bool | disabled |
BaseInteractiveDebugger::BreakPoint::BreakPoint | ( | const std::string & | f, | |
unsigned int | l, | |||
unsigned int | c, | |||
bool | t | |||
) | [inline] |
unsigned int BaseInteractiveDebugger::BreakPoint::column |
std::string BaseInteractiveDebugger::BreakPoint::file |
unsigned int BaseInteractiveDebugger::BreakPoint::line |