search
Twitter Rss Feeds
MicrosoftArticlesForumsGroups
C# .NET
VB.NET
Visual Studio .NET
ADO.NET
Xml/Xslt
VB 6.0
.NET CF
GDI+
LINQ
Deployment
Security
FoxPro
Silverlight / WPF
Entity Framework
RIA Services

Web ProgrammingArticlesForumsGroups
JavaScript
ASP
ASP.NET
Web Services

Non-MicrosoftArticlesForumsGroups
NHibernate
Perl
PHP
Ruby
Java
Linux / Unix
Apple
Open Source

DatabasesArticlesForumsGroups
SQL Server
Access
Oracle
MySQL
Other Databases

OfficeArticlesForumsGroups
Microsoft Excel
Microsoft Word
Microsoft Powerpoint
Publisher
Money

Operating SystemsArticlesForumsGroups
Windows 7
Windows Server
Windows Vista
Windows XP
Windows Update
MAC
Linux / UNIX

Server PlatformsArticlesForumsGroups
Share Point
BizTalk
Site Server
Exhange Server
IIS
Transaction Server

Graphic DesignArticlesForumsGroups
Macromedia Flash
Adobe PhotoShop
Microsoft Expression

OtherArticlesForumsGroups
Subversion / CVS
Ask Dr. Dotnetsky
Active Directory
Networking
Uninstall Virus
Job Openings
Reviews
Search Engines
Resumes

 

Previous Thread:   How to override forecolor of radio button?

8/27/2005 12:35:36 PM    Re: Debugging DLLs
Unless there is a major bug in VS.Net I do not think it is possible. Did you  
  
try to find if that code is ever covered? It is possible that that part of  
  
code is not called and you 'think' should be called.  
  
"Christopher Weaver" <we.aver@nospamverizon.net> wrote in message  
  
news:e7k6QZ1qFHA.2876@TK2MSFTNGP12.phx.gbl...

8/27/2005 3:26:05 PM    Debugging DLLs
I'm developing a component housed within a DLL.  Many times I've set  
  
breakpoints within the source code of the DLL and found that they stopped  
  
the execution of the code.  But many times I've set breakpoints in the same  
  
places and they've been ignored.  I'm at a loss as to what might be causing  
  
this.  I've tried rebuilding the solution as well as rebuilding both the app  
  
and component projects separately.  
  
Any ideas on this?

8/27/2005 4:33:28 PM    Re: Debugging DLLs
I considered the possibility that my breakpoint was set on a line that was  
  
not being called.  So I placed the breakpoint on the line that contained the  
  
call to the function within the DLL and hit F11.  It behaved just as though  
  
I had hit F10.  
  
"Pohihihi" <pohihihi@hotmail.com> wrote in message  
  
news:%23WWGse1qFHA.2244@tk2msftngp13.phx.gbl...

8/27/2005 6:53:41 PM    Re: Debugging DLLs
The can happen when the DLL version does not match the source code. (The  
  
wrong version is deployed, or the system is finding a DLL in a place other  
  
than where you think it is --usually it's in both places...)  It could  
  
happen for other reasons as well.  
  
Also, if your breakpoint icons show as question marks, then I beleive the  
  
DLL isn't loaded yet.  
  
m  
  
"Christopher Weaver" <we.aver@nospamverizon.net> wrote in message  
  
news:%23qlh6%231qFHA.2072@TK2MSFTNGP14.phx.gbl...

8/29/2005 8:58:16 AM    Re: Debugging DLLs
Thanks.  
  
"Mike" <vimakefile@yahoo.com> wrote in message  
  
news:ew%23XJM3qFHA.2540@TK2MSFTNGP09.phx.gbl...


Pete's Blog   |    Pete's Resume   |    Robbe's Blog   |    Robbe's Resume   |    Archive #2   |    Archive #3   |    Dotnetslackers   |    XmlPitStop   |    Advertise   |   Contact Us   |   Privacy   |   Copyright (c) 2000 - 2009 eggheadcafe.com  All rights reserved.