[Issue 8451] cv2pdb does not work properly with 2.060-produced binaries

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jul 27 08:19:20 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=8451


Rainer Schuetze <r.sagitario at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario at gmx.de


--- Comment #2 from Rainer Schuetze <r.sagitario at gmx.de> 2012-07-27 08:19:19 PDT ---
The problem is that cv2pdb already demangles the symbols and converts '.' to
'@' in the demangled name (otherwise the VS debugger is confuced). The stack
tracing seems to remove or cutoff any '@'.

Try "cv2pdb -s. test.exe" to use not replace '@' or  "cv2pdb -n test.exe" to
not demangle symbols.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list