You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: