Debug Assistance

  • Thread starter Thread starter William Foster
  • Start date Start date
W

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
 
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

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
 
Back
Top