Home All Groups Group Topic Archive Search About

Set next statment often does not work in unit tests

Author
18 May 2009 12:26 PM
grimrob
I have found since moving to VS 2008 that set next statement to move
back a few lines in the same function. It just says that you can't do
it even when you are in the same function!

This worked fine in VS 2005.

Author
18 May 2009 2:21 PM
Cor Ligthert[MVP]
Hi Rob,

It is nice that you tell it to us, but we can do as much like you (The
MSFT's too)

This website is to report bugs

http://connect.microsoft.com

Cor

<grim***@blackbelts.co.uk> wrote in message
Show quoteHide quote
news:d3adf375-70b4-4a23-b9ad-195313fcde41@n21g2000vba.googlegroups.com...
>I have found since moving to VS 2008 that set next statement to move
> back a few lines in the same function. It just says that you can't do
> it even when you are in the same function!
>
> This worked fine in VS 2005.
Author
21 May 2009 3:49 AM
Stewart Berman
You will also notice that most of the time you cannot modify code while the application is stopped.
It says the module is in read only mode.

grim***@blackbelts.co.uk wrote:

Show quoteHide quote
>I have found since moving to VS 2008 that set next statement to move
>back a few lines in the same function. It just says that you can't do
>it even when you are in the same function!
>
>This worked fine in VS 2005.