Search found 2 matches
- Mon Jun 27, 2016 11:52 pm
- Forum: General
- Topic: Zerobrane Studio Löve2d Debug Mode Crash
- Replies: 6
- Views: 4231
Re: Zerobrane Studio Löve2d Debug Mode Crash
My bad, it seems for whatever reason (no I didn't insert a code line stop) The debugger code in Zerobrane Studio in Löve2d needs a 'Continue' debugging by pressing F5 (or by using the tool bar controls) after running the debug code: function love.load(arg) if arg [#arg] == "-debug" then re...
- Mon Jun 27, 2016 11:07 pm
- Forum: General
- Topic: Zerobrane Studio Löve2d Debug Mode Crash
- Replies: 6
- Views: 4231
Zerobrane Studio Löve2d Debug Mode Crash
Been using Sublime text for my love2d experiments. Just discovered Zerobrane Studio, it's syntax highlighting/suggestions, and debugging mode which all seem very nice and practical. Running on Windows 8. No problems running any Love2d Lua scripts in Zerobranes 'run mode' (F6), but when trying to run...