Like2Code Posted March 15, 2010 Posted March 15, 2010 Hi All, Is there a way to insert "breakpoints" in the code and them "step into" the code similar to the Visual Studio IDE? I'm using the current SCITE editor available from the download page. Thanks!
Fulano Posted March 15, 2010 Posted March 15, 2010 If there is I'd be interested to know about it. I've been getting by with 'ConsoleWrite'. #fgpkerw4kcmnq2mns1ax7ilndopen (Q, $0); while ($l = <Q>){if ($l =~ m/^#.*/){$l =~ tr/a-z1-9#/Huh, Junketeer's Alternate Pro Ace /; print $l;}}close (Q);[code] tag ninja!
kaotkbliss Posted March 15, 2010 Posted March 15, 2010 (edited) I just saw something last week in the example scripts that had all kinds of debugging goodies (including adding breakpoints)*edit*This is it, I believe Edited March 15, 2010 by kaotkbliss 010101000110100001101001011100110010000001101001011100110010000 001101101011110010010000001110011011010010110011100100001 My Android cat and mouse gamehttps://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueek We're gonna need another Timmy!
Fulano Posted March 15, 2010 Posted March 15, 2010 Sweet, looks good. Thanks Kaotkbliss #fgpkerw4kcmnq2mns1ax7ilndopen (Q, $0); while ($l = <Q>){if ($l =~ m/^#.*/){$l =~ tr/a-z1-9#/Huh, Junketeer's Alternate Pro Ace /; print $l;}}close (Q);[code] tag ninja!
Like2Code Posted March 15, 2010 Author Posted March 15, 2010 Sweet!! I really like it and this will come in handy! THANKS Katokbliss!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now