Debugging question

  • Thread starter Thread starter Jon Brunson
  • Start date Start date
J

Jon Brunson

Is there a way to manually load a pdb file into Visual Studio when
debugging a smart device application?

I'm loading assemblies at run-time using LoadFrom(), and their symbols
don't get loaded, so I can't debug them, which as you can imagine, is
very, very frustrating.
 
Hi Jon

Please try this: After load the assembly from run time, open the
Module window, right click the module name for this newly loaded assembly
and reload the symbols for it.
Some helpful instruction about Modules windows operation can befound
in
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/htm
l/vchowusingmoduleswindow.asp

--------------------
Date: Wed, 27 Oct 2004 10:57:07 +0100
From: Jon Brunson <JonBrunson@NOSPAMinnovationsoftwareDOTcoPERIODuk>
User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502)
X-Accept-Language: en-us, en
MIME-Version: 1.0
Subject: Debugging question
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Message-ID: <[email protected]>
Newsgroups: microsoft.public.dotnet.framework.compactframework
NNTP-Posting-Host: public2-cosh5-6-cust58370.cosh.broadband.ntl.com 80.4.142.2
Lines: 1
Path: cpmsftngxa10.phx.gbl!TK2MSFTFEED02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09
.phx.gbl
Xref: cpmsftngxa10.phx.gbl microsoft.public.dotnet.framework.compactframework:63995
X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework

Is there a way to manually load a pdb file into Visual Studio when
debugging a smart device application?

I'm loading assemblies at run-time using LoadFrom(), and their symbols
don't get loaded, so I can't debug them, which as you can imagine, is
very, very frustrating.

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top