Re: Why is debugging is super slow on 1 particular project?
- From: "TS" <manofsteele1@xxxxxxxxxxxxx>
- Date: Thu, 6 Apr 2006 09:58:20 -0500
thanks, i did not know that. Unfortunately the project was already set like
this so it didnt' help. Thanks for the post though!
"Oleg Starodumov" <com-dot-debuginfo-at-oleg> wrote in message
news:eWMVBwUWGHA.4768@xxxxxxxxxxxxxxxxxxxxxxx
why is it that one of my projects when stepping thru in debug mode takes
about 2 seconds to go from line to line while a different project goes
very
fast. i've noticed this before in the past. Both projects are similar in
that they are being developed from my local box and many other
similarities
If it is a managed project, the most typical reason is that the debugger
is working in mixed mode. The solution is to set the debugger to managed
only
mode in project settings (e.g. Project properties | Configuration
Properties |
Debugging | "Enable Unmanaged Debugging" should be set to False if it is
a C# project in VS2003; other projects / VS versions have similar
settings).
Regards,
Oleg
[VC++ MVP http://www.debuginfo.com/]
.
- Follow-Ups:
- Re: Why is debugging is super slow on 1 particular project?
- From: "Gary Chang[MSFT]"
- Re: Why is debugging is super slow on 1 particular project?
- References:
- Why is debugging is super slow on 1 particular project?
- From: TS
- Re: Why is debugging is super slow on 1 particular project?
- From: Oleg Starodumov
- Why is debugging is super slow on 1 particular project?
- Prev by Date: Re: Why is debugging is super slow on 1 particular project?
- Next by Date: RE: Event does not fire!
- Previous by thread: Re: Why is debugging is super slow on 1 particular project?
- Next by thread: Re: Why is debugging is super slow on 1 particular project?
- Index(es):
Relevant Pages
|