lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>> - Improved application performance and memory usage.

> I have tested new version under MacOS.
> And ZeroBrane Studio 1.20 can run remote debugger with cocos2d-x Lua project with only a little lag now.
> Previous release with cocos2d-x is very slow.

Sounds good; thank you for the update. There is a way to further
improve performance while debugging if you only turn debugging on
around the section you are interested in as described here:
https://studio.zerobrane.com/doc-lua-debugging#turning-debugging-off-and-on.
The rest of the application will run with "normal" performance.

Paul.