Debugging C++ (Atl) code with Visual Studio 2005
- From: wade.clinton@xxxxxxxxx
- Date: 18 Jan 2006 15:10:21 -0800
Hi,
I have a strange issue with debugging a C++ (atl) .dll using VS 2005.
The .dll was built in debug mode (using VS6) and I have the .pdb file.
I am able to get the VS 2005 debugger to break at the breakpoint and I
can step through the code. The issue is that I cannot view any of the
variables in the watch - It comes up with "Error symbol not found".
>>From this file if I step into code that is a straight c .dll I see all
the variables just fine.
I thought it was an issue with symbols so I did set up the symbol
location to be "http://msdl.microsoft.com/download/symbols" but this
did not help.
Any one else got any ideas? Any help would be appreciated.
Wade.
.
- Follow-Ups:
- Re: Debugging C++ (Atl) code with Visual Studio 2005
- From: Oleg Starodumov
- Re: Debugging C++ (Atl) code with Visual Studio 2005
- Prev by Date: Re: Problem after stopping the debugger
- Next by Date: Re: Debugging C++ (Atl) code with Visual Studio 2005
- Previous by thread: [MSVC6 - DBGHELP] VC++ 6.0 do not find system symbols ...
- Next by thread: Re: Debugging C++ (Atl) code with Visual Studio 2005
- Index(es):
Relevant Pages
|