ldt debugger.lua in android or IOS platform [message #1244362] |
Wed, 12 February 2014 03:07  |
Eclipse User |
|
|
|
require('debugger')("10.10.30.92","10000","luaidekey","debugger.transport.luasocket");
I used koneki ldt debugger in windows platform and MAC platform ,it's ok.
but it can't debug in android machine and ios.
may be it can't support in android and ios?
I don't know,who can tell me how to set,and give me a solution.
And i find in platform.lua have as followed code:
function M.init(executionplatform,workingdirectory)
--------------------------
-- define current platform
--------------------------
-- check parameter
if executionplatform and executionplatform ~= "unix" and executionplatform ~="win" then
error("Unable to initialize platform module : execution platform should be 'unix' or 'win'.")
end
|
|
|
Re: ldt debugger.lua in android or IOS platform [message #1244577 is a reply to message #1244362] |
Wed, 12 February 2014 09:47   |
Eclipse User |
|
|
|
Try this :
require('debugger')("10.10.30.92","10000","luaidekey",nil,"unix","/your/working/dir/path");
or
require('debugger')("10.10.30.92","10000","luaidekey","debugger.transport.luasocket","unix","/your/working/dir/path");
Tell us if it works.
|
|
|
|
Powered by
FUDForum. Page generated in 0.03752 seconds