Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugger now available! #7

Open
pakoito opened this issue Jun 13, 2013 · 1 comment
Open

Debugger now available! #7

pakoito opened this issue Jun 13, 2013 · 1 comment

Comments

@pakoito
Copy link

pakoito commented Jun 13, 2013

I'm grateful to pass the news that Paul Kulchenko's ZeroBraneStudio now should support AndroLua debugging. The latest version of ZBS can be downloaded from https://github.com/pkulchenko/ZeroBraneStudio.git and the instructions to make it work are described in http://studio.zerobrane.com/doc-remote-debugging.html

I have tested it with LuaJava for windows and works like a charm, but Android is still resisting and I was wondering if the community could help.

The call used is require("mobdebug").start("SERVER"), where "SERVER" can be empty to reference localhost. Given the way Android connects with the system using abd I was wondering how the call would go, if someone would like to test it alongside with me.

@ildar
Copy link

ildar commented Jul 31, 2013

Technically you need to connect debug console to the SERVER with TCP/IP
Your console is PC and server is the device. So you may either connect through WiFi or use adb tcp command + connect to localhost.
P.S. please use the issue subject more close to the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants