It's the first time I use crittercism and when I take a look to stacktrace there is something like :
0x000b24d9 __32-[MenuViewController loadOrders]_block_invoke + 189
What does mean the + 189 ?
I checked, this is not the line number.
Thanks !
It's the first time I use crittercism and when I take a look to stacktrace there is something like :
0x000b24d9 __32-[MenuViewController loadOrders]_block_invoke + 189
What does mean the + 189 ?
I checked, this is not the line number.
Thanks !
In other debuggers (i.e. WinDbg) it's the byte offset within that method.