|
-
Apr 26th, 2004, 09:42 PM
#1
Thread Starter
Addicted Member
cannot write code after F5
is that the case is VB.NET like Delphi? or there is a workAround?
-
Apr 26th, 2004, 09:47 PM
#2
Hyperactive Member
By F5 are you saying you want to run the program (pause it) then make changes?
With .NET the program is completely compiled (not pseudo code like VB6) and you are running from the .exe itself.
By default the designer is read-only once you run the program but you can disable it in the options.
TOOLS > OPTIONS > DEBUGGING > EDIT AND CONTINUE > Allow me to edit VB files while debugging.
HTH
-
Apr 26th, 2004, 10:06 PM
#3
Thread Starter
Addicted Member
thnks MagellanTX thats was the option i was looking for
-
Apr 26th, 2004, 10:50 PM
#4
Frenzied Member
at the risk of getting burned here, you still can't edit on the fly. I just tried that out and I couldn't.
tolisiss, did that work for you?
I've heard that the new version is going to allow that functionality.
-
Apr 27th, 2004, 01:55 AM
#5
Hyperactive Member
Originally posted by Andy
at the risk of getting burned here, you still can't edit on the fly. I just tried that out and I couldn't.
tolisiss, did that work for you?
I've heard that the new version is going to allow that functionality.
Which new version???
-
Apr 27th, 2004, 02:38 AM
#6
Hyperactive Member
I tried, months ago, to use that option, but VB.NET code continue to be read only when running (also if stopped, obviously)!
I've heard the same thing, Andy, the next version of VB.NET, will give us, really, this chance! Let's hope it was the truth!
Live long and prosper (Mr. Spock)
-
Apr 27th, 2004, 10:05 AM
#7
Thread Starter
Addicted Member
i have the Jan 2004 ver but its like MagellanTX said like attaching the process and debuging it so i think that debuging on the fly should never been possible
-
Apr 27th, 2004, 11:09 AM
#8
Originally posted by tolisss
i have the Jan 2004 ver but its like MagellanTX said like attaching the process and debuging it so i think that debuging on the fly should never been possible
Edit and Continue is possible in the PDC Beta release of Whidbey.
When an error occurs, just correct the error, move the cursor up to line where you want it to start from, and execution is resumed from that point.
I think it was Edneeis who said, that it could prove to be a problem, because you are not running a fully compiled exe, but merely running in the IDE like old VB6, and he might have a point.
But nevertheless, the feature is most certainly there.
I wish I could think of something witty to put in my sig...
...Currently using VS2013...
-
Apr 27th, 2004, 11:48 AM
#9
Frenzied Member
i'd say it's like any other tool in your garage...it's most useful when you know whether or not to use it.
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
|