This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DSS Error Handling

I'm using DSS for analyzing issues on AM335x.  I would like to make the scripts more robust.  For example, if one of the debug clocks is turned off I end up with an error like this:

C:\Users\a0193370\workspace_v6_0\am335x-dss-scripts\am335x-ddr-analysis.dss
Error reading memory: Errors during memory.readData(): Address: 0x4c000008 Error: 0x1 (C:\Users\a0193370\workspace_v6_0\am335x-dss-scripts\am335x-ddr-analysis.dss#38)

Is there a way to gracefully catch this type of error so that I can do things like close the file I opened, attach to a different CPU, etc?