11.1.2.3 Debugging autoload.py
To debug your code you must you tracing statements or third party libraries. You can use log.debug
or log.info
statements to print to the output view, or msg.msg
statements to pop up dialog boxes.
To debug your code you must you tracing statements or third party libraries. You can use log.debug
or log.info
statements to print to the output view, or msg.msg
statements to pop up dialog boxes.