Is it possible to see full traceback

I'm trying to create a macro to run a python script and (for now) just display the results. The script runs fine in the terminal, but when I run it from the macro I get the 'Macro Cancelled' message with the first few characters of the traceback:

Imgur

How can I access the full traceback message?

Configure the action to Display in Window and Include Errors.

You can also look in the Engine.log file (Help ➤ Open Logs Folder) which may have more of the message.

Display in Window and Include Errors were already set, but I found the full traceback in the Engine.log file. Didn't know about the log file; that will come in handy for future debugging!