When symbolicating crash reports, I noticed that line numbers are off. I tested this with a project in which I deliberately cause a crash. It seems the generated line number do not include certain lines, e.g. comment lines or compiler preprocessor statements (not sure what it does and does not include)...
Is there an easy way to get from the "off" line number in the symbolicated crash report to the actual line of code in the source?
Edit: An example of a line in a symbolicated crash report:
7 Luisterpaal 0x00005de2 -[SWFMP3 connection:didReceiveData:] (SWFMP3.m:320)
So, the line number 320 is almost correct, but not exactly. It's a few lines off...