Debugging from editor

Hi,

This might come across as as stupid question but how can we debug from editor?

Thanks

Never mind… Just found this from editor’s help file:

http://www.defold.com/doc/debugging?null

Just my bad habit of always jumping into things…

This might sound a bit unorthodox, but you’d be surprised how often a few print or pprint will solve your problem. Pair that with debug.traceback() and some hot reloading and you’re all set!