Welcome to Office Zealot Sign in | Join | Help

Cool VB.NET Debugging Feature (The Red Button)

One of the cool features in VB.NET is its Error Helper dialog.

When you have an error or warning in your code VB.NET attempts to figure out what a potential solution to your problem is.

To use this feature you do the following....

Run your mouse over the underline section of the error in the VS.SHELL

 

Press the red button that shows up...

 

 

From the dialog click the solution link....

 

 

Boom... Your bug is fixed...

 

Published Thursday, December 08, 2005 11:18 PM by rod

Comments

# re: Cool VB.NET Debugging Feature (The Red Button)

Thursday, February 16, 2006 11:34 AM by Anonymous
Watching this makes me regret converting from VB.NET to C# for a short moment. This would be nice to have in C#.
Anonymous comments are disabled