I don’t know what other people use to debug a problem with thier code but I have a useful (to me anyway) trick.
If something isn’t working correctly I place a few print statements after certain triggers in my code. If the text prints to the terminal after that code has run then I’m pretty certain that that portion is ok. [import]uid: 127842 topic_id: 22813 reply_id: 322813[/import]
That’s an excellent tip - I use print statements in the same way and find them very useful
[import]uid: 52491 topic_id: 22813 reply_id: 91215[/import]