This is a utility class to break the application at a point to inspect e.g. More...
#include <Debugger.h>
Public Slots | |
void | quit () |
Public Member Functions | |
void | attach () |
Debugger (QObject *parent=nullptr) | |
void | detach () |
bool | eventFilter (QObject *, QEvent *) |
int | exec () |
~Debugger () | |
This is a utility class to break the application at a point to inspect e.g.
the result of an algorithm. You usually use it like this
Or you can connect it with a button and let the user click it in order to continue.
Debugger::Debugger | ( | QObject * | parent = nullptr | ) |
Debugger::~Debugger | ( | ) |
void Debugger::attach | ( | ) |
void Debugger::detach | ( | ) |
int Debugger::exec | ( | ) |
References Base::Console(), and Base::ConsoleSingleton::Message().
|
slot |