What is the best way to debug Python scripts in Construct? Specifically I feel like I need to be able to monitor my variables created in scripts without having to write a lot of extra code to display each one in a text object or what have you.
Thanks again!