Anyway to Debug in RDE?
-
Hi all, I've got this problem from the beginning. The way I test my .rb is Alt-F1 with Bridge. But I'd really like to debug my code especially when the code is lengthy. However, the original debug in RDE does not work directly. (or does it?) So, anyone can share you ideas about debugging? Thanks a lot!
-Max
-
the fastest and hard way is to put puts around your code to inspect your code.
I usually code the things independently of SU so I can use existing Ruby debug tools and only add SU related at the end.
worked sometime ago on a SU debugger using SKSocket and a pre-Webdialogs interface. maybe I should revive the project.
-
Thanks for the Bridge! Putting puts all around is what I'm doing now, painfully.
Really looking forward to the SU debugger.
Advertisement