If pyside can't use pdb.set_trace() to debug program, can anyone tell me how to debug pyside GUI program?
On Mon, Nov 8, 2010 at 11:46 AM, flya flya <[email protected]> wrote: > I'm moving my project from PyQt to PySide, In PyQt, when call > QtCore.pyqtRemoveInputHook(), I can use pdb.set_trace in event funcion, but > in PySide I found this function has been removed, when pdb.set_trace(), > there will be many messages like these: > > QCoreApplication::exec: The event loop is already running > QCoreApplication::exec: The event loop is already running > QCoreApplication::exec: The event loop is already running > QCoreApplication::exec: The event loop is already running > QCoreApplication::exec: The event loop is already running > QCoreApplication::exec: The event loop is already running > QCoreApplication::exec: The event loop is already running > QCoreApplication::exec: The event loop is already running > QCoreApplication::exec: The event loop is already running > QCoreApplication::exec: The event loop is already running > QCoreApplication::exec: The event loop is already running > > > >
_______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
