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

Re: How to change debugging mode from read only to read/write by Girish

Girish
Tue Sep 28 12:43:17 CDT 2004

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

--
Girish Bharadwaj
http://msmvps.com/gbvb
"Ray" <Ray@discussions.microsoft.com> wrote in message
news:DBE73B05-5C5A-4E33-AD3E-1823A22B90EF@microsoft.com...
> 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



Re: How to change debugging mode from read only to read/write by Shiva

Shiva
Tue Sep 28 12:50:20 CDT 2004

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.

"Ray" <Ray@discussions.microsoft.com> wrote in message
news:DBE73B05-5C5A-4E33-AD3E-1823A22B90EF@microsoft.com...
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