debug – Useful functions when debugging¶
Debugging PyQt6 programs.
This module is not imported by any other modules. It is used only to debug PyQt6 programs.
Import this module and call set_trace() to start debugging.
- solutions.gui.debug.enabled = True¶
Set to false to disable debug.set_trace().