Search found 2 matches

by MyOwnClone
Sat Oct 17, 2009 9:25 pm
Forum: Support and Development
Topic: Debugging with LOVE
Replies: 8
Views: 7506

Re: Debugging with LOVE

Bartbes: thanx, but yesterday I started writing my own debugging console. Now I have console in/out, print redirection to console, printing values of specified variables or tables. I am planning to implements watches and breakpoints (via sethook - hoping to get it done). Anyway, I will give that deb...
by MyOwnClone
Wed Oct 14, 2009 5:47 pm
Forum: Support and Development
Topic: Debugging with LOVE
Replies: 8
Views: 7506

Debugging with LOVE

Dear friends, I'd like to ask some questions about debugging habits you use when developing with Love. Sorry if I am misinformed, but I was not able to find any serious text about how to do this. The only thing I know is that stderr/stdout is redirected to dir where love.exe resides (on windows). Bu...