Debugging is a daily activity of any programmer. Frequently, it is assumed that programmers can debug. However, programmers often have to deal with existing code that simply does not work. This ...
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 ...