On Thu, Jul 15, 2010 at 8:07 PM, Andrew Brunner <[email protected]> wrote: > TGDBMIDebugger.ProcessResult Error: ,msg="Invalid cast." > TCarbonWidgetSet.AppBringToFront Error: SetFrontProcess failed with result > -606 > [Debugger] Log output: &"x/s ^Exception($rdi)^.FMessage\n"
Ok, I launched the app directly in the Project.app../Project from a terminal and that was able to report that a file I use for logging was not able to be opened for read/write (TFileStream). It was an exception raised on TFileStream.Create but GDB under Darwin could not pass that exception to me. It wasn't a problem with Lazarus/FPC but rather with GDB under Darwin. It is advisable that ppl with GDB problems under Lazarus execute their apps from the prompt to get more specific debugging info during crashing. At least it helped for me. But at least my app runs now. -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
