Skip to main content



      Home
Home » Archived » Lua Development Tools » Can I debug lua at android
Can I debug lua at android [message #993935] Tue, 25 December 2012 19:28 Go to next message
Eclipse UserFriend
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: Tue, 25 December 2012 19:49] by Moderator

Re: Can I debug lua at android [message #994004 is a reply to message #993935] Wed, 26 December 2012 00:28 Go to previous messageGo to next message
Eclipse UserFriend
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 05: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 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: Fri Mar 21 00:47:00 EDT 2025

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

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

Back to the top