debugging problems

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

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


cheers guys
shiznit
 
Steve said:
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
 
cheers, that worked woohoo


MuZZy said:
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
 
Back
Top