Cursor position when stepping through.

  • Thread starter Thread starter Jared
  • Start date Start date
J

Jared

Hi,

Does anyone know about any bugs or technique to 'reset' the code pages for
debugging and stepping through. I am sure that VS is showing the yellow
step through on the wrong line all the time. It seems to be ignoring a stop
statement.

Thanks
Jared
 
Hi,

Does anyone know about any bugs or technique to 'reset' the code pages for
debugging and stepping through. I am sure that VS is showing the yellow
step through on the wrong line all the time. It seems to be ignoring a stop
statement.

Thanks
Jared

I don't know of any bugs in the step through. Could you explain a
little better what is going on, maybe provide some code? Have you
tried to use the "watch" list to watch the progress of a key variable
or two? Is it possible that your program has more than one thread?

Justin
www.immergetech.com
www.immergecomm.com
 
What version of .Net are you using? There was a bug with the debug
symbols for C# in .Net 1.1 when try catch blocks were used.
 
Back
Top