AndroLua icon indicating copy to clipboard operation
AndroLua copied to clipboard

Debugger now available!

Open pakoito opened this issue 11 years ago • 1 comments

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.

pakoito avatar Jun 13 '13 19:06 pakoito

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

ildar avatar Jul 31 '13 19:07 ildar