From: Andre <ar...@ki...> - 2006-12-08 21:19:25
|
John Labenski <jlabenski@...> writes: > > Fixed in CVS, the problem was with the wxProcess of the debuggee > sending a temination event, but the debugger doesn't exit until the > lua program is finished running so the wxLua executable's wxApp was > still in wxApp::OnInit and the event handlers aren't fully created > yet. I subclassed wxProcess to avoid running the event handler. > > I've tweaked up the editor as well so that it does a test compile > before running or debugging to quickly see if there are any obvious > errors. > > Regards, > John Labenski > Thank you very much I wish I could have been able to figure it out and really appreciate you solving it. Andre |