Debug in vs in c#

  • Thread starter Thread starter Ricardo
  • Start date Start date
R

Ricardo

I'm having a problem with debuging prograns in visual studio:

when i step line by line it takes a hour for each line!!!!

what can it be???
 
Ricardo said:
when i step line by line it takes a hour for each line!!!!

what can it be???

.... normal. It /does/ take quite a while ATM.
This will be taken care of in version 2005, at least for VB which is
then interpreted in debug mode (and paradoxically this means debugging
goes smoother).
;-)
 
Ricardo,
If you have an object expanded in the Locals or Watch window, it can
slow things down. Especially if the objects are retrieving large amounts of
data for the properites of the object.

Jason
 
Back
Top