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?
 
Stepping from one line to the next one while running a program under
visual studio
 
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.
 
What is your processor speed? and how much memory does your system have?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top