Hello Idx,
Just want to make sure that you also sent us an email about this issue? If so we sent you a reply.
there is a “debuggerPlugin.lua”, how and when this file be executed?
In general this is not required. The debugger works better if there is some sort of periodic scheduling system available (like timer.performWithDelay in corona.) However. this is not strictly necessary and the debugger will work fine without it.
When you are having difficulty incorporating a new SDK system most likely the project folder is not self contained. If you move the folder containing main.lua to another location will the project still run? This is what Glider does when it builds your project so that it can safely apply project management steps (ie merging external libs) safely. If not then you will need to activate “forceInPlaceBuild”. Please see the marmalade plugin line 53 for more information.
Regards,
M.Y. Developers