How to change debugging mode from read only to read/write

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,
How to change debugging mode from read only to read/write. In VB6 you always
could step in and modify code. I didn't find any properties under Project
properties for this purpose. Any help would be appreciated.
Ray
 
Hi,
It will always be read-only in the current versions of Visual Basic .NET
(2002/3). This feature (Edit-and-Continue) is will be available in the 2005
release.

Hi all,
How to change debugging mode from read only to read/write. In VB6 you always
could step in and modify code. I didn't find any properties under Project
properties for this purpose. Any help would be appreciated.
Ray
 
Note this only applies to VB.NET. In the next version C# will still not have "Edit and Continue"

Regards

Richard Blewett - DevelopMentor
http://staff.develop.com/richardb/weblog

nntp://news.microsoft.com/microsoft.public.dotnet.framework/<[email protected]>

No can do. Not in VS.NET 2002/2003. 2005 edition will allow that.

--
Girish Bharadwaj
http://msmvps.com/gbvb
Ray said:
Hi all,
How to change debugging mode from read only to read/write. In VB6 you always
could step in and modify code. I didn't find any properties under Project
properties for this purpose. Any help would be appreciated.
Ray



---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.770 / Virus Database: 517 - Release Date: 27/09/2004



[microsoft.public.dotnet.framework]
 
Although C# fans are trying hard to get it in :)
http://lab.msdn.microsoft.com/produ...edbackid=bbbf7d31-204c-4a93-af08-fb80328fbe86
(Top suggestion for the past several months..)

Imran.

Richard Blewett said:
Note this only applies to VB.NET. In the next version C# will still not have "Edit and Continue"

Regards

Richard Blewett - DevelopMentor
http://staff.develop.com/richardb/weblog
nntp://news.microsoft.com/microsoft.public.dotnet.framework/ said:
No can do. Not in VS.NET 2002/2003. 2005 edition will allow that.

--
Girish Bharadwaj
http://msmvps.com/gbvb
Ray said:
Hi all,
How to change debugging mode from read only to read/write. In VB6 you always
could step in and modify code. I didn't find any properties under Project
properties for this purpose. Any help would be appreciated.
Ray



---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.770 / Virus Database: 517 - Release Date: 27/09/2004



[microsoft.public.dotnet.framework]
 
Back
Top