Page 1 of 1

Debug Info Display [w/ download]

Posted: May 4th, 2012, 9:41 pm
by LuX
Hey all.

Here's a quick one: Show values, variables, text, anything... while your program is debugged.
For example if you want to see what the pooX and pooY values, while its running.

Made this for personal use to see what the heck was wrong with the calculations I made, as I had no idea if the program calculated them correctly. Maybe someone can use this as well.

NOTE: This is only a temporary solution for dumb asses, like me.

Here's how it looks like: I added the whole tutorial file just to explain how to use it in your project ;)

Re: Debug info display

Posted: May 5th, 2012, 4:35 am
by chili
So you managed to get your shared file communication working! Congratulations. :)

P.S. Thanks for sharing with the board and making a tutorial for it.

Re: Debug info display

Posted: May 5th, 2012, 12:51 pm
by Dlotan
Btw a good way for debug is making a html file... its easy to write, read and to refresh and easy to make a good understandable layout

Re: Debug Info Display [w/ download]

Posted: May 5th, 2012, 5:51 pm
by LuX
Never used html files...