Re: Debugging question

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: Mike (mike_at__NO_SPAM_digitalnova.co.za.invalid)
Date: 09/13/04


Date: Mon, 13 Sep 2004 22:13:06 +0200

Hi Jon,

>
> Any more thoughts?

I hear your problem. Somebody with more knowledge of the Visual Studio
debugger than me may be able to help you place your PDB files so that it
can find them.

Failing that, I could recommend you try WinDbg. I've often used it
(successfully) for remote debugging, but unfortunately never with Smart
Devices.

If you're able to establish a debugging session with a process on your
device, it allows you to manually load PDB symbols into the debugging
session (from the File menu, IIRC). This could solve your problem.

Another thought, have you tried running your application in the
emulator? It may be a little easier to coerce the debugger into reading
the PDB file if it's all happening locally.

Regards

Mike



Relevant Pages

  • Re: Building a Release of my Solution
    ... That doesn't equate to the full debugging which is enabled in web.config, ... which generates *.pdb files for true debugging, i.e., setting breakpoints, etc. ... To enable full debugging you need to have the debug symbols generated. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: AccessViolationException originating from mscorjit
    ... it seems to hint at the bug in JIT optimizer. ... debugging from VS, JIT optimizations are suppressed regardless of build ... (we have pdb files even in release mode) ... If your assembly is deployed to GAC, you might have to copy the .pdb over to ...
    (microsoft.public.dotnet.framework)
  • Re: Bootstrap OpenDylan Win32
    ... Peter Robisch schrieb: ... pdb files are debugging ... and the library refers to external debugging files not ... Housel or Matthias Hölzl are the people who can help you there. ...
    (comp.lang.dylan)
  • VStudio .Net 2003 Not Closing PDB Files
    ... When you stop debugging a remote debugging session (stopping the debugger as ... opposed to terminating the application by shutting it down) the Visual Studio ... .Net 2003 debugger frequently does not close the PDB files ...
    (microsoft.public.vsnet.debugging)
  • Re: Slightly O/T Problems debugging ....
    ... SteveB wrote: ... ignoring new code when debugging. ... Make sure the .pdb files aren't read-only, ...
    (microsoft.public.vc.language)