M
Hi,
I never really found an alternative to just run the code directly on the Omega and use "standard" debugging techniques like "print". We try to work as follows:
Create a python script which can be mainly tested on the dev machine (PC, Linux, Mac...whatever you are working with)
Ensure a good logging mechanism in the script in order to be able to write debug infos into log file (always a good thing even once your in production and need to debug a device)
Once your script is done to 90%, finish debugging on device.
If you find a better solution, I'll be glad to ear from you :-).
Best,