473,382 Members | 1,423 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

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 2162
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
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
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
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
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
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
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
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
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
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
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
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.