Re: Why is debugging is super slow on 1 particular project?



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/]





.



Relevant Pages

  • Re: Cant step over while debugging
    ... Project Properties ... In some part of my program the debugger doesn't let me step over ... instruction the debugger doesnt jump to the next instruction,basically it ... Moreover,the thread which was executing that code finalizes when i try to ...
    (microsoft.public.vsnet.debugging)
  • Re: Why is debugging is super slow on 1 particular project?
    ... If it is a managed project, the most typical reason is that the debugger ... is working in mixed mode. ... mode in project settings (e.g. ... Project properties | Configuration Properties | ...
    (microsoft.public.vsnet.debugging)
  • Re: There is no source code available for the current location WTF
    ... > I think less and less of the VS .NET debugger each day. ... A possible solution is to separate ... using only CLR debugger mode for managed code, ... I mean Project properties | Configuration Properties | ...
    (microsoft.public.vsnet.debugging)
  • Re: error PRJ0019: A tool returned an error code from "Performing registration"
    ... >> as Command Arguments, and run under debugger. ... In Post-build event? ... Project Properties | Debugging ...
    (microsoft.public.vc.atl)
  • Re: A Serious bug in VC.Net 2003 ?
    ... variable or memory on the debugger, so to make sure that it is the debugger ... or your code doesn't work correctly with mixed mode try to print the output ... > not work when i build using a .Net console application. ... > LCStream(const LCStream& other) ...
    (microsoft.public.dotnet.languages.vc)