Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Lua Development Tools » Can I debug lua at android
Can I debug lua at android [message #993935] 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)

[Updated on: Wed, 26 December 2012 00:49]

Report message to a moderator

Re: Can I debug lua at android [message #994004 is a reply to message #993935] 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 #996988 is a reply to message #994004] Thu, 03 January 2013 10:50 Go to previous message
Benjamin Cabé is currently offline Benjamin CabéFriend
Messages: 201
Registered: July 2009
Location: Toulouse, France
Senior Member

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 Smile

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: Thu Apr 25 01:32:10 GMT 2024

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

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

Back to the top