From: Paul K <pau...@ya...> - 2013-11-24 17:58:59
|
Hi Lucas, > I wonder if there is any debugger done in wx.lua that have function Step In > Step out.Tenho wxLua on a project at my college (UFOP) in Brazil and need such > a function to be used in my code. Yes, there is an example in samples/editor.wx.lua, which implements step-in and step-out commands. I have also developed an IDE roughly based on that example, which implemented that functionality using MobDebug (instead of the debugger components that come with wxlua); more details here: http://www.freelists.org/post/zerobrane/Step-In-Step-Out-in-LUA,1 Paul. |