Re: debugging problems



Steve wrote:
anyone know why my debugger has stopped working. all i get is the JIT debugger


cheers guys
shiznit





Remove all compiled binaries from your project folders, like *.dll, *.obj, *.pdb. Then do a Rebuild All.
Also, make sure you are in Debug mode, not in Release :)


Hope it helps,
MuZZy
.



Relevant Pages

  • Re: smaller size of dll in bin folder after (re)build without run
    ... removing all the dll's for all the projects from the obj and bin folder. ... after a rebuild of my solution the dll stays 16KB. ... rebuild of the asp.net application project that the file size is correct. ... > to make the compiles go faster, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Symbols not loaded for DLLs
    ... I tried WinDbg 6.5.3.7 and was able to load symbols and debug the DLL ... The only thing I had to do was set the symbol path to point to my pdb ... Debug Data Dirs: Type Size VA Pointer ...
    (microsoft.public.vc.debugger)
  • QueryInterface for interface * failed. (Using COM Interop dll in web application)
    ... I wrote a COM dll in Visual C++ 6.0 and MFC that generates some report. ... // log general exception ... of the browser. ... I can use com obj only first time when I make request to instantiate ...
    (microsoft.public.dotnet.framework.interop)
  • Re: running a service/driver/application upon startup
    ... The .pdb and .rel files are only needed for debugging. ... debug version of CE, the best bet is to run it, hook it up to Platform ... Also try setting DLL name equal to the full path of your service DLL. ... This posting is provided "AS IS" with no warranties, and confers no rights. ...
    (microsoft.public.windowsce.embedded)
  • Re: windbg & vs 2005 - cant use debugging symbols on vs2005 dlls!
    ... > Symbol Type: ... > Load Report: export symbols ... So local WinDbg believes that the .pdb file is unmatched, ... for exactly the same DLL bits). ...
    (microsoft.public.vc.debugger)