VB.NET Watch window

Define Watch Window

- Watch window is used to watch the values of application variables in Break mode.
- It enables us to monitor the value for a certain state.
- We may want the program execution to pause on an instruction that sets a certain date.
- You might want to set watch expression that cause VB to break when a variable changes its value or when an expression's value us True.
VB.NET - What is trace? Describe its working
VB.NET - What is trace? Describe its working - Trace produces messages about program conditions even after application is compiled and released without interrupting application execution......
Exception handling in VB.NET
Exception handling in VB.NET - The Try block encapsulate set of code that is error prone and can throw exception......
VB.NET - What is data provider? Explain its components.
VB.NET - What is data provider? Explain its components - Data Provider is a set of components that facilitate data access.......
Post your comment