Home All Groups Group Topic Archive Search About
Author
19 Aug 2006 12:53 AM
William Foster
Good morning all,

I was wondering if anyone knows how to modify code whilst debugging in
Miscrosoft Visual Basic 2003 .NET, in Microsoft Excel Visual Basic for
Applications I am able to edit all code, with the exception of declaring
variables, whilst I am debugging code.  However, in .NET I am only able
to use the Watch window to see the status of code, but I am unable to
modify code which means I have to cancel the debugging then modify the
code then start all over again, which is rather tedious.

I am sure there is a function, or a setting that I am missing that would
allow me to do this.

Any assistance you may be able to provide would be greatly appreciated.

Yours sincerely,

William Foster

*** Sent via Developersdex http://www.developersdex.com ***

Author
19 Aug 2006 2:45 AM
Stan Smith
"William Foster" wrote

Show quoteHide quote
> Good morning all,
>
> I was wondering if anyone knows how to modify code whilst debugging in
> Miscrosoft Visual Basic 2003 .NET, in Microsoft Excel Visual Basic for
> Applications I am able to edit all code, with the exception of declaring
> variables, whilst I am debugging code.  However, in .NET I am only able
> to use the Watch window to see the status of code, but I am unable to
> modify code which means I have to cancel the debugging then modify the
> code then start all over again, which is rather tedious.
>
> I am sure there is a function, or a setting that I am missing that would
> allow me to do this.
>
> Any assistance you may be able to provide would be greatly appreciated.
>
> Yours sincerely,
>
> William Foster
>
> *** Sent via Developersdex http://www.developersdex.com ***

William,

You can't do a change and continue in Visual Basic.NET 2003.  The good news
is that it's back in Visual Basic.NET 2005.

Stan
Author
20 Aug 2006 10:57 AM
William Foster
Stan,

Thanks for the tip !

Yours sincerely,

William Foster

*** Sent via Developersdex http://www.developersdex.com ***