Public Member Functions | |
| PythonDebuggerP (PythonDebugger *that) | |
| ~PythonDebuggerP () | |
Public Attributes | |
| std::vector< Breakpoint > | bps |
| PyObject * | err_n |
| PyObject * | err_o |
| PyObject * | exc_n |
| PyObject * | exc_o |
| bool | init |
| QEventLoop | loop |
| PyObject * | out_n |
| PyObject * | out_o |
| PyObject * | pydbg |
| bool | running |
| bool | trystop |
Definition at line 336 of file PythonDebugger.cpp.
| Gui::PythonDebuggerP::PythonDebuggerP | ( | PythonDebugger * | that | ) | [inline] |
Definition at line 348 of file PythonDebugger.cpp.
References Py::PythonExtension< T >::getattr(), and Py::new_reference_to().
| Gui::PythonDebuggerP::~PythonDebuggerP | ( | ) | [inline] |
Definition at line 360 of file PythonDebugger.cpp.
| std::vector<Breakpoint> Gui::PythonDebuggerP::bps |
Definition at line 346 of file PythonDebugger.cpp.
Referenced by Gui::PythonDebugger::getBreakpoint(), and Gui::PythonDebugger::toggleBreakpoint().
Definition at line 341 of file PythonDebugger.cpp.
Referenced by Gui::PythonDebugger::start().
Definition at line 338 of file PythonDebugger.cpp.
Referenced by Gui::PythonDebugger::start(), and Gui::PythonDebugger::stop().
Definition at line 342 of file PythonDebugger.cpp.
Definition at line 339 of file PythonDebugger.cpp.
Referenced by Gui::PythonDebugger::start(), and Gui::PythonDebugger::stop().
Definition at line 343 of file PythonDebugger.cpp.
Referenced by Gui::PythonDebugger::start(), and Gui::PythonDebugger::stop().
| QEventLoop Gui::PythonDebuggerP::loop |
Definition at line 344 of file PythonDebugger.cpp.
Definition at line 340 of file PythonDebugger.cpp.
Referenced by Gui::PythonDebugger::start().
Definition at line 337 of file PythonDebugger.cpp.
Referenced by Gui::PythonDebugger::start(), and Gui::PythonDebugger::stop().
Definition at line 345 of file PythonDebugger.cpp.
Referenced by Gui::PythonDebugger::start().
Definition at line 343 of file PythonDebugger.cpp.
Referenced by Gui::PythonDebugger::isRunning(), and Gui::PythonDebugger::runFile().
Definition at line 343 of file PythonDebugger.cpp.
Referenced by Gui::PythonDebugger::start(), and Gui::PythonDebugger::tryStop().
1.6.1