Personal Project

Monday, February 29, 2016

Development Tool for Quick-Cocos2dx-Community Lua


I have tried many IDE tools for programming Lua. Cocos IDE v1.2 only supports Quick-cocos2d v3.3 and Sublime is nothing but an editor. I want to find an IDE that could make break point for debugging and easy to use. ZeroBraneStudio is the most easiest IDE i recommend you use.

// Download ZeroBraneStudio - https://studio.zerobrane.com/
1.Extract zip ZeroBraneStudio-1.30-38


2.Execute zbstudio.exe

3.Import source codes into zbstudio

4. Add ZeroBrane Studio [ZeroBrane]/lualibs/mobdebug/mobdebug.lua)to src/

5. Add the following line of code to  coinflip/scripts/main.lua
require("mobdebug").start()
6. At ZeroBrane Studio, select Project->Start Debugger Server
7.Set up break point
8.Open main.lua by player3
9.Debug

No comments:

Post a Comment