Debug Info Display [w/ download]

The Partridge Family were neither partridges nor a family. Discuss.
Post Reply
User avatar
LuX
Posts: 1492
Joined: April 22nd, 2012, 12:33 pm
Location: Finland

Debug Info Display [w/ download]

Post by LuX » May 4th, 2012, 9:41 pm

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 ;)
Attachments
TestImage.png
(76.7 KiB) Downloaded 223 times
Show Info Tutorial.rar
(***Program inside)
(53.27 KiB) Downloaded 316 times
Last edited by LuX on May 5th, 2012, 5:28 pm, edited 1 time in total.
ʕ •ᴥ•ʔ

User avatar
chili
Site Admin
Posts: 3948
Joined: December 31st, 2011, 4:53 pm
Location: Japan
Contact:

Re: Debug info display

Post by chili » May 5th, 2012, 4:35 am

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.
Chili

Dlotan
Posts: 32
Joined: April 10th, 2012, 4:58 pm

Re: Debug info display

Post by Dlotan » May 5th, 2012, 12:51 pm

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

User avatar
LuX
Posts: 1492
Joined: April 22nd, 2012, 12:33 pm
Location: Finland

Re: Debug Info Display [w/ download]

Post by LuX » May 5th, 2012, 5:51 pm

Never used html files...
ʕ •ᴥ•ʔ

Post Reply