-
Dec 11th, 2007, 01:38 AM
#1
problem with Edit and Continue in VB2005 IDE
Hi MVB Team,
Thank u very much for developing a wonderful framework to increase the productivty in the business,,,,,
Ok, in our organization, we using vs 2005, developing vb.net stand alone application and some web application too,,,,
During debugging,usually we made break in some area and to check the flow of application is correct????.When doing this, we cant able to edit the code.
While breaking if we found that our workflow is wrong know, we have to stop the debug and have to edit the code then again start debugging.
The problem we facing for last 5 months.Before that we can able to edit it, when breaking through the code..
Can Your the team help for solving this problem
Thanks in Advance
Dana
-
Dec 11th, 2007, 01:52 AM
#2
Fanatic Member
Re: problem with Edit and Continue in VB2005 IDE
Dear vb team,
Welcome to vbF,
As Dana told in our organization too, we facing the same problem.
Basically we r developing three application by three different teams.
Among one is vb.net application,
Initially when starting the application, we can able to edit the code when debugging,
But now we cant able to edit it,We thought this problem arose because of referencing some third party dll in our application.
MSVB Team, what's u pupil saying about this???
Visual Studio.net 2010
If this post is useful, rate it
-
Dec 11th, 2007, 12:17 PM
#3
Re: problem with Edit and Continue in VB2005 IDE
I know this was an issue in VS2003.... but I've been using the Edit and Continue feature of VS2005.... well, since it came out. The only time I have problems is if my current thread has gone off in to the Framework code and hasn't returned to my code...
It may also have to do if vsHost is turned off or on for the app.... I turned it off once.... never again.
-tg
-
Dec 11th, 2007, 01:43 PM
#4
Re: problem with Edit and Continue in VB2005 IDE
Originally Posted by techgnome
I know this was an issue in VS2003.... but I've been using the Edit and Continue feature of VS2005.... well, since it came out. The only time I have problems is if my current thread has gone off in to the Framework code and hasn't returned to my code...
It may also have to do if vsHost is turned off or on for the app.... I turned it off once.... never again.
-tg
tg,
I am using VS 2005, but i do not see this feature.
Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
save a blobFileStreamDataTable To Text Filemy blog
-
Dec 11th, 2007, 04:15 PM
#5
Re: problem with Edit and Continue in VB2005 IDE
Correct me if I'm wrong, but doesn't the code have to be compiled to run? If you aren't threading, then any edits you make in the code would have to be recompiled, thus forcing the app to restart itself. I could be wrong here, but that's how it makes sense in my head.
-
Dec 11th, 2007, 05:30 PM
#6
Re: problem with Edit and Continue in VB2005 IDE
Originally Posted by abhijit
tg,
I am using VS 2005, but i do not see this feature.
Are you using the Express version? I don't believe it is available in that version?
-
Dec 11th, 2007, 06:01 PM
#7
Re: problem with Edit and Continue in VB2005 IDE
Originally Posted by timeshifter
Correct me if I'm wrong, but doesn't the code have to be compiled to run? If you aren't threading, then any edits you make in the code would have to be recompiled, thus forcing the app to restart itself. I could be wrong here, but that's how it makes sense in my head.
You've been in the dark
It's an amazing feature.
You can do this, for instance:
Dim v as integer = 7
v += 3
''output v or soemthing
Put a breakpoint on c += 3, when it breaks, change the 3 to a 5.. then continue, v will now = 12 instead of 10.
-
Dec 11th, 2007, 07:24 PM
#8
Re: problem with Edit and Continue in VB2005 IDE
Somebody needs to show me how to do that. That would be an awesome tool to have for debugging small pieces of a large app.
-
Dec 11th, 2007, 09:41 PM
#9
Special Guest - Microsoft
Re: problem with Edit and Continue in VB2005 IDE
Originally Posted by danasegarane
During debugging,usually we made break in some area and to check the flow of application is correct????.When doing this, we cant able to edit the code.
While breaking if we found that our workflow is wrong know, we have to stop the debug and have to edit the code then again start debugging.
Hi,
A possible cause is that the binaries loaded into the debug session ended up being built as release/optimized. When you're in break mode, do you see a 'Modules' item under the Debug-->Windows menu (depends on the product edition)? If so, could you look for your binaries in that window and see if the 'Path' column contains 'bin\Release' and if the 'Optimized' column contains 'Yes'?
Thanks,
Ernest
-
Dec 12th, 2007, 12:45 AM
#10
Fanatic Member
Re: problem with Edit and Continue in VB2005 IDE
Originally Posted by ErnestT
Hi,
A possible cause is that the binaries loaded into the debug session ended up being built as release/optimized. When you're in break mode, do you see a 'Modules' item under the Debug-->Windows menu (depends on the product edition)? If so, could you look for your binaries in that window and see if the 'Path' column contains 'bin\Release' and if the 'Optimized' column contains 'Yes'?
Thanks,
Ernest
@ Ernest,
We using licensed version, vs 2005
I checked 'Optimized' column its set to 'NO', Whether this is the problem ah???? How to overcome this problem???
Visual Studio.net 2010
If this post is useful, rate it
-
Dec 12th, 2007, 02:32 AM
#11
Re: problem with Edit and Continue in VB2005 IDE
This chat is going off topic
Originally Posted by brad jones
This forum should not be used for technical support. Technical support questions will be moved to the primary forum. This forum is also not the time or place to complain about Visual Basic 6. If you want to provide suggestions or comments for future versions of Visual Basic, that is appropriate.
-
Dec 12th, 2007, 04:00 AM
#12
Re: problem with Edit and Continue in VB2005 IDE
Originally Posted by Phill64
This chat is going off topic
I dont think so. This problem I facing long time.I have posted in some forums also. As the MVB team is here, there is no horm in requesting help from them.
Hope brod wil also agree with me
Dana
-
Dec 12th, 2007, 04:10 AM
#13
Re: problem with Edit and Continue in VB2005 IDE
Nah its not going off topic at all
I'd be interested to find out the proper cause of this problem.
-
Dec 13th, 2007, 09:48 AM
#14
Re: problem with Edit and Continue in VB2005 IDE
Originally Posted by danasegarane
I dont think so. This problem I facing long time.I have posted in some forums also. As the MVB team is here, there is no horm in requesting help from them.
Hope brod wil also agree with me
Dana
This slow chat is not intended for technical support, so this thread actually is off topic. I'll not move it; however, we should not expect bug resolution in this forum's chat. That is not why the VB Team is here.
Brad!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|