source | issues

pygtkhelpers.debug.dialogs

An exception handler for pygtk with nice ui

copyright:2009 by Ronny Pfannschmidt <Ronny.Pfannschmidt@gmx.de>
license:LGPL2 or later
pygtkhelpers.debug.dialogs.install_hook(dialog=<class 'pygtkhelpers.debug.dialogs.SimpleExceptionDialog'>, invoke_old_hook=False, **extra)

install the configured exception hook wrapping the old exception hook

don’t use it twice

Oparam dialog:a different exception dialog class
Oparam invoke_old_hook:
 should we invoke the old exception hook?