473,503 Members | 3,722 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

edit and continue?

Does anybody know when these very old and extremely productive feature "Edit
and Continue" will run like it did in VB6? I mean this is what a tool makes
really RAD - fixing while debugging in contrast to spend hours in debugging,
stopping execution, changing 3 lines, building code, debugging again ...
that's really old style programming. In vb I had edit and continue since I
don't know how many years - now it's gone :.-(

I think it should not be too complex to implement this little feature when
having in mind that the jitter is invoked for each procedure not already
compiled. Why not simply compile the source again to IL and let the jitter
compile to native code again? BTW.: in vb6 I was able to change each line
just before executing it; and change and execute it again if it did not
produce my desired result ... that was coool ;)

CU,

Sven
Jul 19 '05 #1
2 2166
The next version will include it (code name Whidbey).

--
HTH

Éric Moreau, MCT, MCSD
Conseiller principal / Senior consultant
Concept S2i inc. (www.s2i.com)

"Sven Erik Matzen" <sv*********@ppepro.com> wrote in message
news:eV*************@tk2msftngp13.phx.gbl...
Does anybody know when these very old and extremely productive feature "Edit and Continue" will run like it did in VB6? I mean this is what a tool makes really RAD - fixing while debugging in contrast to spend hours in debugging, stopping execution, changing 3 lines, building code, debugging again ...
that's really old style programming. In vb I had edit and continue since I
don't know how many years - now it's gone :.-(

I think it should not be too complex to implement this little feature when
having in mind that the jitter is invoked for each procedure not already
compiled. Why not simply compile the source again to IL and let the jitter
compile to native code again? BTW.: in vb6 I was able to change each line
just before executing it; and change and execute it again if it did not
produce my desired result ... that was coool ;)

CU,

Sven

Jul 19 '05 #2
The problem is that you must add support for edit & continue to the runtime
itself, to debugging services, to visual studio, AND if you are doing all
that you really must add support in a way that all the dotnet languages can
use and add the support to C#, J#, etc.

VS.NET 2003 is just a small patch to VS.NET 2002. The real changes, like E&C
are coming in the next version.

-- russ

"Sven Erik Matzen" <sv*********@ppepro.com> wrote in message
news:eV*************@tk2msftngp13.phx.gbl...
Does anybody know when these very old and extremely productive feature "Edit and Continue" will run like it did in VB6? I mean this is what a tool makes really RAD - fixing while debugging in contrast to spend hours in debugging, stopping execution, changing 3 lines, building code, debugging again ...
that's really old style programming. In vb I had edit and continue since I
don't know how many years - now it's gone :.-(

I think it should not be too complex to implement this little feature when
having in mind that the jitter is invoked for each procedure not already
compiled. Why not simply compile the source again to IL and let the jitter
compile to native code again? BTW.: in vb6 I was able to change each line
just before executing it; and change and execute it again if it did not
produce my desired result ... that was coool ;)

CU,

Sven

Jul 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2535
by: Andrew Brampton | last post by:
Hi, I read a few months back that Edit & Continue was going to be added to VS2003 for C# and the other .Net languages... However I'm sitting in front of my newly installed Visual Studio 2003 and...
46
4153
by: Keith K | last post by:
Having developed with VB since 1992, I am now VERY interested in C#. I've written several applications with C# and I do enjoy the language. What C# Needs: There are a few things that I do...
7
1757
by: Wim Bonjean | last post by:
Hi, I recently was at the MS dev days and some speaker mentioned that there is a cool feature that allows edit/continue, so you can debug, edit and continue without recompiling. But, this...
4
3842
by: WayneM | last post by:
Is there a Edit and Continue capability in VB.NET yet? I realize it may not be the same as VB6, but I thought there was going to be some form of this? Thanks for any info, WayneM
2
4885
by: Oenone | last post by:
I am developing an assembly that can be used either by a Windows Forms application or from within an ASP.NET web site. When running within the Forms app, I can break into the code while it is...
5
3462
by: Diane Yocom | last post by:
I'm using VS2005 and am trying to get Edit and Continue to work while debugging. I've gone to the Tools-Options-Debugging dialog box and made sure "Enable Edit and Continue" is checked, but when I...
59
2834
by: Jeremy | last post by:
Is a worthwhile feature? I've lived just fine without it for years... don't see much value in using it. Am I missing something? Thanks!
0
1210
by: Brett Romero | last post by:
For what ever reason, edit and continue isn't working any more. Now I get this message: Edit and Continue Changes are not allowed if the source code on disk does not match the code running...
6
2407
by: Gianluca Pezzoli | last post by:
I have used edit And Continue for months in Winforms applications with VS 2005 TeamEdition x Software Developers. I have windows vista with all updates. Also VS has all available updates. But...
5
2147
by: Ryan Liu | last post by:
I have this problem: "cannot continue edit while debug in VS2005". I see the same tread after I search this topic in google, but none solutions works for me. So again, I ask here. Can someone...
0
7192
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7064
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
1
6974
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5559
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4991
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4665
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3147
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
721
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
369
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.