HI all
HI all
I used to have this working but I cant remember how I did it (must be getting old)
on OSX, using an apple generated crash report, to then use the [programname].map file generated by the compiler, to find where the crash occured in the code. Is there a program that you can run the apple crash report with against the .map file ? (instead of having to manually work with HEX values to find it).
thanks!
(the program was originaly on the Delphi Forum,
forums.embarcadero.com/forum
Firemonkey, thread called Exception Type: EXC_BREAKPOINT (SIGTRAP) OSX but I cant find that thread anymore)
I used to have this working but I cant remember how I did it (must be getting old)
on OSX, using an apple generated crash report, to then use the [programname].map file generated by the compiler, to find where the crash occured in the code. Is there a program that you can run the apple crash report with against the .map file ? (instead of having to manually work with HEX values to find it).
thanks!
(the program was originaly on the Delphi Forum,
forums.embarcadero.com/forum
Firemonkey, thread called Exception Type: EXC_BREAKPOINT (SIGTRAP) OSX but I cant find that thread anymore)
Interested in reply.
ReplyDeleteI did find this :
ReplyDeletehttp://delphi.zierer.info/CrashReportMerger.zip from
http://codeverge.com/embarcadero.delphi.tools/ann-making-delphi-for-osx-crash-logs/1070342
Don't know if it's what you are looking for or of any use...
that's the one!
ReplyDeletethanks!