Re: How to Enable Mixed Mode Debugging in VS2005 Asp.Net Web Site?
- From: "Oleg Starodumov" <com-dot-debuginfo-at-oleg>
- Date: Sat, 3 Feb 2007 02:57:27 -0800
I need to extend and maintain a set of legacy VC++ 6
ATL dlls and call them via Asp.Net. This works but I can't
step into them or debug them. Every time I do, they step
over, which is a bit of a nightmare. If I ASSERT
etc in the dlls I can't 'retry' either etc.
Everywhere I look it says to switch on 'mixed mode
debugging', but there is NO such setting in this
sort of web site! You can have debugging on / off
and that's it.
I have very little experience with ASP.NET, so it might be plain wrong. Anyway...
Do you mean that this kind of project does not have "Enable unmanaged debugging"
setting in Project properties | Configuration Properties | Debugging ?
Is it possible in this case to attach debugger to the running server process?
If so, you could use Select button in Attach to Process dialog to select
the debug engines you need, including the native one.
--
Oleg
[VC++ MVP http://www.debuginfo.com/]
.
- Follow-Ups:
- References:
- Prev by Date: Re: How to connect to children process
- Next by Date: Menu item "Detach all" is disabled
- Previous by thread: How to Enable Mixed Mode Debugging in VS2005 Asp.Net Web Site?
- Next by thread: Re: How to Enable Mixed Mode Debugging in VS2005 Asp.Net Web Site?
- Index(es):
Loading