When I add a breakpoint when debugging, it will raise an error: Failed to enable GUI event loop integration for 'qt' Traceback (most recent call last): File ...
To open a debugger 'post mortem', after an error hits the top level: When running interactively: call patdb.debug() after the error has returned you to the REPL. (Or ...