Reputation: 182
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 up in my code. There must be something I haven't done. Can someone help me out with this. Thanks
Upvotes: 0
Views: 98
Reputation: 26754
If you start the debugging outside of the IDE, you should check the instructions for remote debugging. It may just come down to starting the debugger server (by going to Project | Start Debugger Server
), but you may want to check other instructions on that page as well.
If you need to debug Gideros apps (as you indicated in the tag), you need to make sure that Gideros is selected as the interpreter (Project | Lua Interperter | Gideros
).
Upvotes: 1