Is this possible? Typically, we receive 'crash' reports from external users and have to wait a few days before we receive their data files to reproduce their errors using the debugger. However, they usually send us a crash report as part of the initial request for support - an example is produced below.
Run-time Error Error: Negative number raised to non-integer power
00474fb0 MUCFW [+1438] 00431cb0 SA_MUC_BRANCH [+003a] 00418180 ALLASS [+0e82] 004026f0 SATURN_LOOPS [+1902] 00401000 main [+0226]
Is it possible to identify the specific line of code from the HEX value within the MUCFW sub-routine? We would be able to narrow it down based on the runtime error message but I'm looking for guidance on interpreting the more detailed information that is reported. I think there was a suggestion in the FTN95 v8.0 64-bit thread that it was possible. If so, any advice will be gratefully received.
Thanks
Ian