Debugging C++ (Atl) code with Visual Studio 2005



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.

.



Relevant Pages

  • Debugging C++ (atl) .dll with Visual Studio 2005
    ... I am able to get the VS 2005 debugger to break at the breakpoint and I ... Wade. ... Prev by Date: ...
    (microsoft.public.vsnet.debugging)
  • Re: TextBox Focus Problem
    ... Put a breakpoint on every statement in your code that says "txtNumber.Focus ... = True" and run it in the debugger and see what happens. ... >>text boxes. ... Prev by Date: ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: How to stop the debugger
    ... You can put conditions on a breakpoint. ... > How to stop the debugger at the line when a varible's value changes; ... Prev by Date: ...
    (microsoft.public.dotnet.languages.vb)
  • Re: debugging question
    ... > put a breakpoint on the one return and see the value. ... > not using a debugger one can use a printf() to print the return value. ... Prev by Date: ...
    (comp.lang.c)
  • RE: AppVerifier breakpoint when closing VB6 application
    ... You can run!avrf debugger extension and follow the troubleshooting steps ... handle checks are enabled, Appverifier keeps track of open, close and any ... I am getting 2 breakpoint exceptions from AppVerifier upon closing my ... ModLoad: 00400000 004d5000 MyApp.exe ...
    (microsoft.public.win32.programmer.tools)