I can find information to do what I want in VC++ 6.0 at codeproject.com, but the options it suggests (e.g. /mapinfo:lines) are not supported in VC++ 2005.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Unfortunately the answer seems to be simple – you can’t in any Visual C++ release after 2003.
http://msdn.microsoft.com/en-us/library/bha0yc3d(v=VS.71).aspx shows support for the option.
http://msdn.microsoft.com/en-us/library/bha0yc3d(v=VS.80).aspx does not.
I had a bit of a search though and found http://www.codeproject.com/KB/exception/Locate_exception_position.aspx which describes how you can do equivalent debugging using COD files if you’re somewhat familiar with assembler.