473,769 Members | 1,752 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Vote for a edit/continue function in csharp whidbey

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 feature was only for VB, because the
development team thinks that c# developers aren't interested in such a
feature.

DUH! Offcourse we are, right?

So let's all post a message for microsoft that we also want a edit/continue
feature. They said they are listening at the voice of the developer
community.

Wim
Nov 15 '05 #1
7 1778
Oh yeah! I am very interested in that. I have had to stop my application and
recompile many times due to that. I am used to doing that with VB and I
definitely miss that functionality.

"Wim Bonjean" <wi************ @hotpop.com> wrote in message
news:e5******** ******@TK2MSFTN GP12.phx.gbl...
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 feature was only for VB, because the
development team thinks that c# developers aren't interested in such a
feature.

DUH! Offcourse we are, right?

So let's all post a message for microsoft that we also want a edit/continue
feature. They said they are listening at the voice of the developer
community.

Wim

Nov 15 '05 #2
Wow, what a neat idea!

Oh, wait, this is an *old* feature -- MSVC had it in v6.

It is beyond me why MS continually introduces features in a product, and then
all of a sudden the feature is gone in the next version.

Of course edit-and-continue is a valuable feature.

Wim Bonjean wrote:

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 feature was only for VB, because the
development team thinks that c# developers aren't interested in such a
feature.

DUH! Offcourse we are, right?

So let's all post a message for microsoft that we also want a edit/continue
feature. They said they are listening at the voice of the developer
community.

Wim


--
Bret Pehrson
mailto:br**@inf owest.com
NOSPAM - Include this key in all e-mail correspondence <<38952rglkwdsl >>
Nov 15 '05 #3
"Bret Pehrson" <br**@infowest. com> wrote in message
news:40******** *******@infowes t.com...
Wow, what a neat idea!

Oh, wait, this is an *old* feature -- MSVC had it in v6.

It is beyond me why MS continually introduces features in a product, and then all of a sudden the feature is gone in the next version.

Of course edit-and-continue is a valuable feature.


I completely agree. Going from VC6 (and VS.NET for unmanaged C++), both
which have edit and continue, to C# is really great for some types of
development, BUT the lack of edit and continue for C#.NET is a pain, because
making small changes to the application and retesting becomes a 10 minute
job (especially with the incredibly slow VS.NET debugger).

Aaron.
Nov 15 '05 #4
DUH! Offcourse we are, right?


Personally; not very, no.

Mattias

--
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Nov 15 '05 #5
In article <e5************ **@TK2MSFTNGP12 .phx.gbl>,
wi************@ hotpop.com says...
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 feature was only for VB, because the
development team thinks that c# developers aren't interested in such a
feature.

DUH! Offcourse we are, right?

So let's all post a message for microsoft that we also want a edit/continue
feature. They said they are listening at the voice of the developer
community.

Wim


I'll add my vote.

Without E&C you have to:
1. Stop debugging.
2. Make your changes.
3. Compile.
4. Start up debugging.
5. Navigate through X screens to get back to where you were.
6. if(GotItRight){ return;}else{go to 1;}

With E&C:
1. Make your changes.
2. Set next statement to above the changes and keep going.
3. if(GotItRight){ return;}else{go to 1;}

I'd estimate that no E&C costs me on average 2-3 minutes per iteration
of the above algorithm, and that I perform 20-50 such iterations per
day. That's 40-150 minutes per day!

/Magnus Lidbom
Nov 15 '05 #6
I'm all for it. That would be a great feature.
Nov 15 '05 #7
I'm all for it. That would be a great feature.
Nov 15 '05 #8

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

Similar topics

2
2184
by: Sven Erik Matzen | last post by:
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...
0
265
by: Wim | 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 feature was only for VB, because the development team thinks that c# developers aren't interested in such a feature. DUH! Offcourse we are, right?
5
343
by: | last post by:
Hi, Will Vsnet IDE and C# ever get "Edit and continue" in the debugger? Thanks
27
2040
by: Richard Blewett [DevelopMentor] | last post by:
I've just seen on Eric Gunnerson's blog that C# is getting Edit and Continue in Whidbey. That will please alot of people - although me, I have mixed feelings about it ;-) http://blogs.msdn.com/ericgu/archive/2004/10/15/242931.aspx Regards Richard Blewett - DevelopMentor http://staff.develop.com/richardb/weblog
8
3806
by: John A Grandy | last post by:
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 ?
7
1300
by: News | last post by:
Hi I've been using VS.NET for a while and have become frustrated. In VB6 I could edit code during a debug session then continue. Is there a way to accompish this in VS.NET? It seems odd that the feature would have been removed. Thanks, Chris Dyck
0
1236
by: Oenone | last post by:
My VS2005 Edit and Continue function appears to have stopped working in my VB project. It definitely was working, but now when I run my project (a WinForms project) and break into it, I am unable to edit the source. I simply get a message telling me that I "Cannot currently modify this text in the editor. Is is read-only." I've ensured that Edit and Continue is enabled in the IDE's Options/Debugging window, my projects are running in...
59
2909
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!
5
2158
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 give a hand? Has MS fixed this in VS 2005? Is is fixed in VS 2008? Thanks, ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.
0
9423
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10212
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10047
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9863
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8872
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6674
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5304
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5447
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3563
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.