"allow me to edit vb files while debugging"

J

John A Grandy

tools > options > debugging > edit and continue

by default, the option

"allow me to edit vb files while debugging"

is checked for c#, but unchecked for vb.net .... ?

does anyone know why this is ?

are there any problems with enabling this option for vb.net ?
 
F

Fergus Cooney

Hi John,

The Circus is coming to Town. And it's bringing good old VB-style
edit-and-continue to an IDE near you.

We're talking about the next version here, of course. ;-)

Regards,
Fergus
 
H

Herfried K. Wagner [MVP]

* "John A Grandy said:
tools > options > debugging > edit and continue

by default, the option

"allow me to edit vb files while debugging"

is checked for c#, but unchecked for vb.net .... ?

I don't know. I have checked it.
are there any problems with enabling this option for vb.net ?

No, except that you won't get "edit and continue" behavior. This will
be re-introduced in Whidbey (2004).

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>

Improve your quoting style:
<http://learn.to/quote>
<http://www.plig.net/nnq/nquote.html>
 
C

Chris Dunaway

No, except that you won't get "edit and continue" behavior. This will
be re-introduced in Whidbey (2004).

Which, BTW, is available now in Alpha form. Go to the MSDN subscriptions
download and there is a link that tells how to order it from MS!!
 
H

Herfried K. Wagner [MVP]

* Chris Dunaway said:
Which, BTW, is available now in Alpha form. Go to the MSDN subscriptions
download and there is a link that tells how to order it from MS!!

I will order it tomorrow.
 
J

John A Grandy

wow ! that's really good news ! that was by far the most awesome feature
of vb6. the feature that no one else had (that i know of).

could you post the link? thanks.
 
C

Chris Dunaway

could you post the link? thanks.

There's no link, really (except to Miscrosoft Subscriber downloads). There
it tells you to call MS support and ask for it. They ask for your
subscriber id and verification information. Sadly, it take 3 - 4 weeks to
arrive.
 
A

Alexandre Moura

As has been posted before, there is no problem in checking it, as long as
you do realize that there's no edit and continue (for now :) ) - if you
continue to debug, the code getting executed is the old one, for example if
you added new lines, the lines reported by the debugger won't be
sincronized with the lines in the code.

--------------------
 

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