Need show "DLL+Offset", but I see only "FIRSTFUNCTIONNAME".
For example I have one dll "External.DLL" with one exported function "FIRSTFUNCTIONNAME"
For example I need see in stack something like:
External.DLL+0x502C
External.DLL+0x3062
External.DLL+0x2004
External.DLL+0x600C
External.DLL+0x3062
....
But I see only
FIRSTFUNCTIONNAME
FIRSTFUNCTIONNAME
FIRSTFUNCTIONNAME
FIRSTFUNCTIONNAME
FIRSTFUNCTIONNAME
FIRSTFUNCTIONNAME
.....