Gui::PythonDebuggerP Struct Reference

Public Member Functions

 PythonDebuggerP (PythonDebugger *that)
 
 ~PythonDebuggerP ()
 

Public Attributes

std::vector< Breakpointbps
 
PyObjecterr_n
 
PyObjecterr_o
 
PyObjectexc_n
 
PyObjectexc_o
 
bool init
 
QEventLoop loop
 
PyObjectout_n
 
PyObjectout_o
 
PyObjectpydbg
 
PythonDebugExceptpypde
 
bool running
 
bool trystop
 

Constructor & Destructor Documentation

◆ PythonDebuggerP()

Gui::PythonDebuggerP::PythonDebuggerP ( PythonDebugger that)

References err_n, err_o, exc_n, exc_o, out_n, out_o, pydbg, and pypde.

◆ ~PythonDebuggerP()

Gui::PythonDebuggerP::~PythonDebuggerP ( )

References err_n, exc_n, out_n, pydbg, and pypde.

Member Data Documentation

◆ bps

std::vector<Breakpoint> Gui::PythonDebuggerP::bps

◆ err_n

PyObject* Gui::PythonDebuggerP::err_n

◆ err_o

PyObject* Gui::PythonDebuggerP::err_o

◆ exc_n

PyObject* Gui::PythonDebuggerP::exc_n

◆ exc_o

PyObject* Gui::PythonDebuggerP::exc_o

◆ init

◆ loop

QEventLoop Gui::PythonDebuggerP::loop

◆ out_n

PyObject* Gui::PythonDebuggerP::out_n

◆ out_o

PyObject* Gui::PythonDebuggerP::out_o

◆ pydbg

PyObject* Gui::PythonDebuggerP::pydbg

◆ pypde

PythonDebugExcept* Gui::PythonDebuggerP::pypde

◆ running

◆ trystop

bool Gui::PythonDebuggerP::trystop

The documentation for this struct was generated from the following file: