Cursor position when stepping through.

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
 
J

justin creasy

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
 
B

Bryan Phillips

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.
 

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

Top