Debugging Extensions

HLA Debugging Tips#

Although we don't have the ability to attach debuggers to Python extensions at the moment, here are some suggestions to help debug your HLA.

  • Use print() statements to print debug messages to our in-app terminal. More information on our in-app terminal can be found below.

  • Use the Wall Clock Format and Timing Markers to locate the exact frame listed in your error message.

  • Use the reload source button in the app to quickly re-run your HLA after editing your source code.

"Reload Extension" button

AI/LLM users: see llms-extensions.txt for machine-readable documentation.