While debugging an application, when an exception is raised didnt Fire used to take you to the line that threw the exception ? It seems to have stopped during that.
The only stack trace I see is this ?
mach_msg_trap (libsystem_kernel.dylib)
mach_msg (libsystem_kernel.dylib)
__CFRunLoopServiceMachPort (CoreFoundation)
__CFRunLoopRun (CoreFoundation)
CFRunLoopRunSpecific (CoreFoundation)
RunCurrentEventLoopInMode (HIToolbox)
ReceiveNextEventCommon (HIToolbox)
_BlockUntilNextEventMatchingListInModeWithFilter (HIToolbox)
_DPSNextEvent (AppKit)
-[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (AppKit)
-[NSApplication run] (AppKit)
NSApplicationMain (AppKit)
+[Program Main::] (program.pas, line 18)
main (SailingLog)
start (libdyld.dylib)
Cheers,
John