Skip to main content



      Home
Home » Archived » Lua Development Tools » Debug on a microcontroller(Debug embedded Lua on a microcontroller)
Debug on a microcontroller [message #1384708] Fri, 30 May 2014 11:27 Go to next message
Eclipse UserFriend
Hi

I have embedded Lua in a ARM based microcontroller platform. The OS is E-Force UC3.
How do I setup IDT to debug scripts running in that embedded Lua. Is there a tutorial that explains how this might work?

Thanks
Re: Debug on a microcontroller [message #1385839 is a reply to message #1384708] Wed, 11 June 2014 10:51 Go to previous message
Eclipse UserFriend
Hi Jim,

Sorry for the late response.

We haven't tested to debug on top of an ARM microcontroller, but on the paper it's possible.

You should use the attach session debug configuration: http://wiki.eclipse.org/Koneki/LDT/Developer_Area/User_Guides/User_Guide_1.1#Attach_session

Your microcontroller board must fulfill following requirements:
- have a tcp/ip stack
- have an unix (or windows Very Happy) style file system
- have a functional LuaSocket installed (https://github.com/diegonehab/luasocket)

if your board is reachable using SSH you can also do remote session debug configuration, which is a bit easier to use: http://wiki.eclipse.org/Koneki/LDT/Developer_Area/User_Guides/User_Guide_1.1#Remote_session

Feel free to share with the community if you succeed ! or any question/issues.

Marc
Previous Topic:How do I check a Function for Syntax Errors
Next Topic:Unable to creat Lua Project
Goto Forum:
  


Current Time: Wed Mar 19 18:06:46 EDT 2025

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

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

Back to the top