Debug Assistance

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
 
S

Stan Smith

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Experience Request: GPS Application 6
Visual Basic .NET Compiler 5
Odd or Even 14
DateTime conversion to Integer 8
How to change code during debugging 2
CSV File Import 11
Addressing a named Array 4
Edit and Continue 2

Top