debugging c# code in Visual Studio 2005 slow

  • Thread starter Thread starter Lars Schouw
  • Start date Start date
L

Lars Schouw

How come debugging c# code in VS2005 is much slower than debugging
Java code in IntelliJ IDEA
Is it possible to change any compilation flags to make it go faster?

Thanks
Lars
 
Lars Schouw pisze:
How come debugging c# code in VS2005 is much slower than debugging
Java code in IntelliJ IDEA
Is it possible to change any compilation flags to make it go faster?
Do you mean runnig a program in debug mode or the process of stopping it
to debug or something else?
 
Lars Schouw pisze:
Stepping from one line to the next one while running a program under
visual studio
You must have some configurational error. Never had any situation like
that and never heard of something similar.
 
Any ideas where to begin checking?
Lars

Lars Schouw pisze:> Stepping from one line to the next one while running a program under

You must have some configurational error. Never had any situation like
that and never heard of something similar.
 
Back
Top