473,394 Members | 1,739 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,394 software developers and data experts.

cannot continue edit while debug in VS2005


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,

~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.

Ryan Liu
Shanghai Fengpu Software Co. Ltd
Shanghai , China

http://www.PowerCATI.com Powerful CATI!
http://www.fpsoft.net.cn
~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.

Dec 29 '07 #1
5 2140
Ryan Liu wrote:
>
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?
Have you ENABLED edit&continue in the properties of vs.net? If not, do
so. However, in general it's not wise to edit while in debug mode ->
quit debugging, think why you want to make a change to the code, make
the change and then restart debugging IF necessary.

FB
--
------------------------------------------------------------------------
Lead developer of LLBLGen Pro, the productive O/R mapper for .NET
LLBLGen Pro website: http://www.llblgen.com
My .NET blog: http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------
Dec 30 '07 #2

----- Original Message -----
From: "Frans Bouma [C# MVP]" <pe******************@xs4all.nl>
Newsgroups: microsoft.public.dotnet.languages.csharp
Sent: Sunday, December 30, 2007 7:26 PM
Subject: Re: cannot continue edit while debug in VS2005

Ryan Liu wrote:
>>
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?

Have you ENABLED edit&continue in the properties of vs.net? If not, do
so. However, in general it's not wise to edit while in debug mode ->
quit debugging, think why you want to make a change to the code, make
the change and then restart debugging IF necessary.

FB
--
------------------------------------------------------------------------
Lead developer of LLBLGen Pro, the productive O/R mapper for .NET
LLBLGen Pro website: http://www.llblgen.com
My .NET blog: http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------
Yes, I did ENABLED edit&continue , as a matter of fact, I can not disable
it, the checkbox is grey.

I also try to check and uncheck "Stop all process if one is stopped".
I don't really need edit & continue. All I want is VS 2003 way: Allow me
edit in debug mode, but the change does not have to be seen until I
stop/start debug again.

I was doing some UI related thing, so I'd like to look at the UI and modify
the code. Or I caught an exception, my first reflection is go to where it
throws and begin to correct it -- and I am always hit the wall.

Thanks,
Ryan

Dec 30 '07 #3

"Ryan Liu" <rl**@PowerCATI.comдÈëÏûÏ¢
news:eZ**************@TK2MSFTNGP04.phx.gbl...
>
----- Original Message -----
From: "Frans Bouma [C# MVP]" <pe******************@xs4all.nl>
Newsgroups: microsoft.public.dotnet.languages.csharp
Sent: Sunday, December 30, 2007 7:26 PM
Subject: Re: cannot continue edit while debug in VS2005

>Ryan Liu wrote:
>>>
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?

Have you ENABLED edit&continue in the properties of vs.net? If not, do
so. However, in general it's not wise to edit while in debug mode ->
quit debugging, think why you want to make a change to the code, make
the change and then restart debugging IF necessary.

FB
--
------------------------------------------------------------------------
Lead developer of LLBLGen Pro, the productive O/R mapper for .NET
LLBLGen Pro website: http://www.llblgen.com
My .NET blog: http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------

Yes, I did ENABLED edit&continue , as a matter of fact, I can not disable
it, the checkbox is grey.

I also try to check and uncheck "Stop all process if one is stopped".
I don't really need edit & continue. All I want is VS 2003 way: Allow me
edit in debug mode, but the change does not have to be seen until I
stop/start debug again.

I was doing some UI related thing, so I'd like to look at the UI and
modify
the code. Or I caught an exception, my first reflection is go to where it
throws and begin to correct it -- and I am always hit the wall.

Thanks,
Ryan
I just found out if I can not edit, I just put a break point anywhere and
make the application pause at the break point, then I can edit.

If it passes the breakpoint, back to my application runtime UI, I am not
allowed to edit.

This is acceptable, but does it make sense?

Thanks,

Dec 30 '07 #4
If it passes the breakpoint, back to my application runtime UI, I am not
allowed to edit.
How about if you simply hit pause in the IDE? (Break All; [Ctrl]+[Alt]+
[Break])

Marc
Dec 30 '07 #5

"Marc Gravell" <ma**********@gmail.com????
news:af**********************************@w47g2000 hsa.googlegroups.com...
>If it passes the breakpoint, back to my application runtime UI, I am not
allowed to edit.

How about if you simply hit pause in the IDE? (Break All; [Ctrl]+[Alt]+
[Break])

Marc
Hi Marc,

Yes, after I hit breat all, I can edit.

Thanks & Happy 2008!
Ryan Liu

Dec 31 '07 #6

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

Similar topics

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...
2
by: Steve Marsden | last post by:
Hi Since recompiling my project with /clr, I noticed I could not get Edit and Continue debugging. I ntoiced that the /ZI option had been changed to /Zi so changed it back to /ZI but when I...
8
by: Rena | last post by:
Hi all, I am now using VS Net 2003, but i found that i need to restart the web app. once i edit my code. correct me if i remembered wrongly, as I do not need to restart my web app b4 to make my...
9
by: sandrapacino | last post by:
Perhaps a dumb question. I heard one hot features of VB 2005 is the Edit and Continue (while in debug). I was taking a look at a team version at university and tried to import a small vs2003...
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...
3
by: py | last post by:
i am getting this message in VS2005 using c# when i try to "Edit And Continue" (edit the code while debugging): "changes are not allowed when the debugger has been attached to an already running...
4
by: Mahmoud Al-Qudsi | last post by:
Hi, For some odd reason, I can't use Edit and Continue with my project anymore, and it's a real killer. It used to work before, and if I create a new project (VB or C#) it'll work _there_ just...
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...
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: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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
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...
0
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
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...

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.