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

Re: Cursor position when stepping through. by justin

justin
Fri Apr 27 08:28:18 CDT 2007

On Apr 26, 5:56 pm, "Jared" <j...@maxwell.com> wrote:
> 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


Re: Cursor position when stepping through. by Bryan

Bryan
Fri Apr 27 09:21:10 CDT 2007

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.

--
Bryan Phillips
MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com
Web Site: http://www.composablesystems.net



"Jared" <jared@maxwell.com> wrote in message
news:#ZGC02EiHHA.4904@TK2MSFTNGP05.phx.gbl:

> 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