BabeLua - Code+Debug Love2D with VisualStudio
Posted: Fri Mar 20, 2015 12:50 pm
I stumbled over Babelua few weeks ago. I tried it and now I'd like to share my experience.
I tested it with Löve and syntax highlight and debugging with breakpoints works great. Now that MS made VIsual Studio 2013 CE available for "free", it's an real alternative to Zerobrane Studio.
Both have neat features, but when you compare Babelua+VS2013 to Zerobrane Studio, I would say, debugging works much more robust. On the other side Zerobrane Studio has livecoding, but personally it's not really usefull like the way it's working. So this is no pro for me.
Website
https://babelua.codeplex.com/
Features
Debugger:
deeply integrate into visual studio. run debugger/set breakpoint/watch variable/call stack and so on, just like use native debugger.
Editor:
code highlight and auto completion;
syntax error check;
lightweight project management;
preview file outline and jump;
list token references quickly;
object-oriented model support;
Formatting code;
Löve Setup
I tested it with Löve and syntax highlight and debugging with breakpoints works great. Now that MS made VIsual Studio 2013 CE available for "free", it's an real alternative to Zerobrane Studio.
Both have neat features, but when you compare Babelua+VS2013 to Zerobrane Studio, I would say, debugging works much more robust. On the other side Zerobrane Studio has livecoding, but personally it's not really usefull like the way it's working. So this is no pro for me.
Website
https://babelua.codeplex.com/
Features
Debugger:
deeply integrate into visual studio. run debugger/set breakpoint/watch variable/call stack and so on, just like use native debugger.
Editor:
code highlight and auto completion;
syntax error check;
lightweight project management;
preview file outline and jump;
list token references quickly;
object-oriented model support;
Formatting code;
Löve Setup