Is Edit and Continue available in vb .net?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am a vb6 user and was wondering if the edit and continue feature ever made into .net and what is the current version of vb.net

Thanks in advance

WayneM
 
It's not in the current version (VB 2003) but it will be in the next version
(VB 2005).

--
Rob Windsor [MVP-VB]
G6 Consulting
Toronto, Canada


WayneM said:
I am a vb6 user and was wondering if the edit and continue feature ever
made into .net and what is the current version of vb.net?
 
Those functionalities sere added in the next version of .Net

Bismark


WayneM said:
I am a vb6 user and was wondering if the edit and continue feature ever
made into .net and what is the current version of vb.net?
 
No, VB only. And, only in the next version.

--
Richard Grier (Microsoft Visual Basic MVP)

See www.hardandsoftware.net for contact information.

Author of Visual Basic Programmer's Guide to Serial Communications, 3rd
Edition ISBN 1-890422-27-4 (391 pages) published February 2002.
 
Tools --> options --> debugging --> edit and continue --> set allow me to
edit vb files while debugging
But when you continue he dousn't know the changes it will keep running w the
old(compiled code) unless you restart.
I still find it nice to have turned on.

eric

WayneM said:
I am a vb6 user and was wondering if the edit and continue feature ever
made into .net and what is the current version of vb.net?
 

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

Back
Top