Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Koneki » Can I debug lua at android
Can I debug lua at android [message #1416762] Wed, 26 December 2012 00:28 Go to next message
hyojun ku is currently offline hyojun kuFriend
Messages: 14
Registered: July 2012
Junior Member
hi.

i ported lua engine to android.

and i want to run a debug like ldt tool.

i saw ldt's server client debug model.
(with lua socket and lua engine's)

i tried run debug server with ldt plugin
but my project is not a ldt project(it's android project)
so i can't select project.

there are any other detail solution?
(like command line run? or settings)
Re: Can I debug lua at android [message #1416763 is a reply to message #1416762] Wed, 26 December 2012 05:28 Go to previous messageGo to next message
hyojun ku is currently offline hyojun kuFriend
Messages: 14
Registered: July 2012
Junior Member
my plan will be below desc. it will be work?


(server side)
1. add my lua script file (some place?)
2. run remote project

(client side)
1. port luasocket to my android lua engine.
2. add debug lua script add
3. run main require(debug lua) with port info
4. break point will be work?
Re: Can I debug lua at android [message #1416764 is a reply to message #1416763] Thu, 03 January 2013 10:50 Go to previous message
Eclipse UserFriend
Yes hyojun it should work this way! Of course your IDE debug server will need to be reachable from your actual mobile device and/or your emulator, thus you may want to double check your network and firewall settings :)

Please report your feedback if you have time, it would be great to know how it went and I am sure it would be interesting to other people doing something similar!

Thank you
Benjamin
Previous Topic:No way to code to make code hinting to work
Next Topic:How to use LuaFileSystem in LDT?
Goto Forum:
  


Current Time: Wed Apr 24 16:11:44 GMT 2024

Powered by FUDForum. Page generated in 0.02852 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top