Questions tagged [zerobrane]

ZeroBrane Studio is a lightweight Lua IDE with code completion, syntax highlighting, remote debugger, code analyzer, live coding, and debugging support for several Lua engines.

ZeroBrane Studio is a lightweight Lua IDE with code completion, syntax highlighting, remote debugger, code analyzer, live coding, and debugging support for several Lua engines.

It is simple and instantly usable for beginners (as tested with middle and high school students with no programming experience), yet feature-rich and extensible for experienced developers. Unlike Eclipse and IntelliJ, it has a small footprint and is completely customizable with Lua. Unlike TextMate and Sublime Text, it includes a remote debugger and a full IDE feature set.

ZeroBrane Studio also provides several unique features: live coding for immediate feedback, Markdown formatting in comments for providing instructions with minimal context switching, and integrated interactive materials for those learning Lua or getting familiar with programming.

Feature highlights

  • Small, portable, open-source, and cross-platform (Windows, Mac OSX, and Linux).
  • Auto-completion for functions, keywords, and custom APIs.
  • Interactive console to directly test code snippets with local and remote execution.
  • Live coding with Lua (demo), Löve 2D (demo), Gideros (demo), Moai (demo), and Corona (demo).
  • Integrated debugger (with support for local and remote debugging), and more.

Source: http://studio.zerobrane.com/

137 questions
0
votes
1 answer

Debug Lightroom with ZeroBrane --> Error

I'm trying to start developing a Lightroom plugin and I'm using the ZeroBrane IDE for it because debugging should be possible with it. I followed the instruction from here. But I allways get an error when I run the plugin within Lightroom. The…
Sven
  • 1
  • 1
0
votes
1 answer

ZeroBrane Debugging Features Grayed Out

I'm trying to debug using ZeroBrane, but it's not working out as it's expected to. I looked at all the info - including this, on how to debug my apps, but nothing works. All the debug buttons are grayed out, and I never get the play button showing…
Jillinger
  • 172
  • 2
  • 11
0
votes
1 answer

Zerobrane intepreter path on linux (corona & wine)

i've made corona sdk works on linux with wine, all is fine except zerobrane interpreter path. i got that => run-detectors: unable to find an interpreter for /home/zed/.wine/drive_c/Program Files (x86)/Corona Labs/Corona/Corona Simulator.exe Any…
jack
  • 1
0
votes
0 answers

Build configurations in Zerobrane Studio, is it possible?

Is there a way to have/use/implement build configurations in zerobrane studio? I use corona and my current IDE is lua glider. Although the lua glider project has been dead for almost two years, I still use the IDE because it has build…
0
votes
2 answers

How to use ZeroBrane Studio IDE debugger when lua is compiled as c++

I have compiled Lua 5.3 as a 32 bit c++ DLL and exe. The DLL contains all the lua code except for lua.cpp and luac.cpp. The exe compiles lua.cpp and uses the DLL to run the lua interpreter. This works fine when running on its own from the command…
0
votes
1 answer

How to install libraries/packages of Lua on Zerobrane Studio IDE

i have been using lua for torch in command like. where i used luarocks to install packages but now i have a need to debug some code. As suggested by the community "Zerobrane Studio" is a lightweight IDE for that purpose. i have installed it on…
Qaisar Rajput
  • 751
  • 1
  • 8
  • 21
0
votes
0 answers

Zerobrane Corona sdk live buils debug

Hi again and one more question about Zerobrane, Corona and debug. My problem now is that when I build an app with live build enabled, and when i try to run it on the device, the app halts. This is happening only when i enable the debug. Is the debug…
Kronos
  • 89
  • 4
0
votes
1 answer

ZeroBraneStudio not able to attach it to openresty in localhost

I followed the steps in the website. snippet of my nginx conf http { underscores_in_headers on; lua_package_path…
GAK
  • 1,018
  • 1
  • 14
  • 33
0
votes
1 answer

Zerobrane debug on Corona SDK

I try to debug with Zerobrane , code for Corona SDK, but when I press the button to start the debug, popups all the time a window saying that main.lua is used from other programs. There is no other program using the main.lua When i press the button…
Kronos
  • 89
  • 4
0
votes
1 answer

ZeroBrane remote debugging

I used ZeroBrane on Windows to remote debug my program on linux. My program invoke lua from c++. But the breakpoint cannot be hit. ZeroBrane output as below: Debugger server started at AGOC3-706:8172. [192.168.88.238:47444] Debugger sent (command):…
pomato
  • 1
0
votes
1 answer

Cannot activate a file with chinese path when using ZeroBrane remote debugging

I created a folder named "新建文件夹" on windows desktop and tried to use remote debugging. Then the zerobrane prompted the following: Debugging suspended at 'c:/users/mixwind/desktop/싐ꢽ쓎ﺼ킼//test.mcs:1' (couldn't activate the file). I guess windows…
Mixwind
  • 31
  • 3
0
votes
1 answer

Missing table elements in watch window of zerobrane studio

I am new to using zerobrane studio. In the watch window the table elements "expression" and "value" are missing. Only a blank window is shown. How to add the two heading columns: "expression" and "value" in the watch window of zerobrane studio so as…
0
votes
0 answers

ZeroBrane IDE - "run to cursor" (Ctrl+Shift+F10) mode *sometimes* not working during debug

I use ZeroBrane studio (ZBstudio) for debugging Lua code when working with the Torch framework. A weird issue occurs at times. When debugging, sometimes I want to run the code all the way until it encounters a breakpoint. This specific mode does not…
alexgo
  • 41
  • 5
0
votes
2 answers

attempt to index global 'love' (a nil value)

Can anyone explain to me what should i do to solve the problem ? function love.load() love.window.setTitle(TITLE) -- Change le titre de la fenêtre local imgIcon = love.graphics.newImage(PATH_ICON) …
Madox
  • 57
  • 1
  • 10
0
votes
0 answers

Zerobrane Isn't Searching My Current Project Folder

I've been using Zerobrane for a long time on a project, and the Find in Files works fine for that project. However, if I then open another file from another folder project, and then slick the switch to project of current file button, it properly…