ZeroBrane Studio: Debugging (breakpoint & watch/stackwindow) not working

Hi,

A few years ago I did some corona coding using sublime but I stopped due to lack of time.

I want to pick my hobby again and I installed the latest Corona build + ZeroBrane Studio as IDE to give it a try.  :-)

But somehow I cannot get debugging working correctly if I select corona  as LUA interpreter.

The corona simulator starts but breakpoints and the variables in the watch window are not activated.

Any idea what I’m doing wrong?

@ivke2006, you may be missing require("mobdebug").start() call in your script to initiate debugging. Check the “Enabling debugging” section in this post: http://notebook.kulchenko.com/zerobrane/debugging-and-live-coding-with-corona-sdk-applications-and-zerobrane-studio

Let me know if this still doesn’t help. Paul.

Hi Paul,

It works now, Thanks!

@ivke2006, you may be missing require("mobdebug").start() call in your script to initiate debugging. Check the “Enabling debugging” section in this post: http://notebook.kulchenko.com/zerobrane/debugging-and-live-coding-with-corona-sdk-applications-and-zerobrane-studio

Let me know if this still doesn’t help. Paul.

Hi Paul,

It works now, Thanks!