RE: VS 2005 Edit and Continue impossible after evaluating profiler tools



Hi Fabian,

Thanks for your post!

Based on my understanding, you get "Changes are not allowed when the
debugger has been attached to an already running process or the code being
debugged is optimized." error when you are using Edit&Continue feature in
VS2005 debugger. And you suspect it is caused by installed profiler tools.

Can you tell me what exact profiler you are using? Below is the list of
known issues "When can't you do Edit-And-Continue?":
http://blogs.msdn.com/jmstall/archive/2006/02/13/cant_do_enc.aspx

As the link documented, Edit&Continue feature will not work if a profiler
is attached, so I suggest you re-check if any profiler is doing attaching
without your awareness.

Thanks!

Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

.



Relevant Pages

  • Re: Threads being mysteriously stopped
    ... When i look at the call stacks of the threads in the debugger none of them ... called unless the profiler is in use. ... multiple network accesses simultaneously? ... > of any CLR bugs like this, but when writing concurrent server software it ...
    (microsoft.public.dotnet.framework.clr)
  • Re: Is Visual C++.NET also a reugular compiler?
    ... If all I want is the IDE, the compiler, the debugger, and hopefully the ... is the standard edition enough? ... I'm looking on Ebay and there are many to choose from. ... the profiler, but the debugger is an absolute must. ...
    (microsoft.public.vc.language)
  • Re: Mathematica vs MATLAB numeric capabilities?
    ... debugger in version 7.0 of Mathematica). ... I'd appreciate a good built-in profiler much more than a better ...
    (sci.math.symbolic)
  • Re: VS 2005 Edit and Continue impossible after evaluating profiler tools
    ... YourKit profiler integrates in Visual Studio. ... When you start your program the profiler seems to run it in some kind of wrapper which sends status information via the local network. ... You can still start your program with the normal JIT debugger with edit and continue working. ... Actually yesterday evening I installed the evaluation version of the profiler again - and edit and continue works. ...
    (microsoft.public.vsnet.debugging)
  • Re: Is Visual C++.NET also a reugular compiler?
    ... > If all I want is the IDE, the compiler, the debugger, and hopefully the ... is the standard edition enough? ... > the profiler, but the debugger is an absolute must. ...
    (microsoft.public.vc.language)

Loading