RE: VS 2005 won't hit breakpoints when debugging an executable
- From: stcheng@xxxxxxxxxxxxxxxxxxxx (Steven Cheng[MSFT])
- Date: Wed, 07 Feb 2007 03:15:37 GMT
Hello Steve,
From your description, you're debugging an exe application which referencea separate managed assembly. Since you've the debugging info (symbol and
source) of the assembly, you want to perform source code debugging against
the class library assembly. However, you found the debugging has some
problem(break point not hit) in VS 2005 while it works in VS 2003, correct?
For the exeutable, is it also an .net managed application or an unmanaged
application that use interop to call the managed class library assembly?
If it is a managed application and it is originally built under VS
2003/.NET 1.1, you need to rebuild it with VS 2005 under .net framework
2.0. Is this the case? Or if both the exeutable and dll are unmanaged
binary?
Please feel free to let me know if there is anything I missed here.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- Follow-Ups:
- Prev by Date: How to vew slice of multi-dimensional array in C#?
- Next by Date: Re: Remote Debugging
- Previous by thread: How to vew slice of multi-dimensional array in C#?
- Next by thread: RE: VS 2005 won't hit breakpoints when debugging an executable
- Index(es):
Relevant Pages
|
Loading