Debugging in the IDE

J

Jerry Spence1

I've just started using VB.NET.

In VB6 IDE, if you stepped through the code, you could change it and then
step through it again by moving the yellow position bar up a bit and
stepping through the same code. This seemed a very efficient way of working.

In VB.NET, you don't seem to have the same option. If you step through a
piece of code, notice an error, change it and go back you get a choice of
either starting all over again (very frustrating) or ignoring the changes
you've just done, which to my mind is the same is having to start again.

I can't really believe this is how it is and feel sure I have missed a
setting somewhere.

Thanks

- Jerry
 
P

Peter Proost

This will be available again in visual studio 2005, it isn't available in
2002/2003

greetz Peter
 
J

Jerry Spence1

Hmm - 6 minutes for a reply - that was good!

Thanks Peter. Not the answer I wanted to hear, but at least I got one.

- Jerry
 
C

Cor Ligthert

Imran

That will look great in Google, the magic Imran has answers in july 2003
about Visual Studio Net 2005 and even about the Express versions

:)))

Cor
 
H

Herfried K. Wagner [MVP]

Jerry Spence1 said:
In VB.NET, you don't seem to have the same option. If you step through a
piece of code, notice an error, change it and go back you get a choice of
either starting all over again (very frustrating) or ignoring the changes
you've just done, which to my mind is the same is having to start again.

Edit and Contunie will be re-introduced in VB 2005. Currently, you can
select in the IDE settings to allow changing the code, but this won't
provide the same comfort as Edit and Continue in VB6 (which means, that
changes won't take effect until you restart your application).
 
I

Imran Koradia

lol..

I have insider information :))

Cor Ligthert said:
Imran

That will look great in Google, the magic Imran has answers in july 2003
about Visual Studio Net 2005 and even about the Express versions

:)))

Cor
 

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