Break points with a "?":



Break points with a "?":

I searched on the internet and tried many ways to solve the below
problem but unsuccessful.

I am trying to debug a MS VC++ .Net 2003 dll. The target application is
in VB6.0.
Break points are inserted in the code. When the dll is run in the debug
mode (F5), the target application runs, but does not break at the
inserted break points. There is always a question mark (?) in the
break point when the dll is attached to the process. This would mean
that the .pdb file is not update. But I have "cleaned" and "re-build",
the new .pdb files are generated, yet it does not break at the inserted
break-points. Any pointers would be of great help.

thanks

.



Relevant Pages

  • Break points with a "?":
    ... problem but unsuccessful. ... I am trying to debug a MS VC++ .Net 2003 dll. ... The target application is ...
    (microsoft.public.vsnet.debugging)
  • Break points with a "?"
    ... problem but unsuccessful. ... I am trying to debug a MS VC++ .Net 2003 dll. ... The target application is ...
    (microsoft.public.vsnet.debugging)
  • Break points with a "?"
    ... problem but unsuccessful. ... I am trying to debug a MS VC++ .Net 2003 dll. ... The target application is ...
    (microsoft.public.vsnet.debugging)
  • RE: Auto download failed: insufficient space in object store to do
    ... In my case, I don'e have any problem with debug version, ... my target device. ... I have tried adjusting the memory allocations, ... >> When I'm trying to build a dll using eVC, ...
    (microsoft.public.windowsce.embedded.vc)
  • Re: How to connect to children process
    ... Main problem is amount of manual operations required per debug cycle. ... connection to DLL with debugger takes sensible amount of time and manual ... Is the main problem that the debugger keeps symbols file loaded ... AFAIK that's how VS2003 debugger works, but WinDbg should usually ...
    (microsoft.public.vsnet.debugging)

Loading