Search found 12 matches

by Codiak
Mon Aug 30, 2010 5:02 pm
Forum: Support and Development
Topic: Debugging with LOVE
Replies: 8
Views: 7442

Re: Debugging with LOVE

Ok worked out you can create a shortcut icon to a game by putting this in target: (root)\LOVE\love.exe (root)\LOVE\(game)

But probably should have realised putting the shortcut in Decoda still just opens love.exe as it is only a shortcut :(
by Codiak
Mon Aug 30, 2010 4:30 pm
Forum: Support and Development
Topic: Debugging with LOVE
Replies: 8
Views: 7442

Re: Debugging with LOVE

2) The one I'm currently using right now: Decoda. This allows you to have breakpoints, stack trace, and watchers. The only catch is that it requires the .pdb file that is generated when you compile the lua application (I think only visual studio creates that file). It was definitely worth it for me...