debugging

Python External Attributes - Debugging

Because the Python [../plugins/ExternalAttrib] script is running in a process started by the OpendTect application most standard methods to examine the script as it runs, eg using the standard Python debugger pdb, are not available.

A solution is to use the Web-PDB Python module which allows the Python script to be debugged remotely in a web-browser.

Continue reading