What are the tools available for Debug in VB?

Answers were Sorted based on User's Feedback



What are the tools available for Debug in VB?..

Answer / 45

we have various windows like
1) Immediate window
2) Local watch
3) Debug window

Is This Answer Correct ?    4 Yes 1 No

What are the tools available for Debug in VB?..

Answer / pratibha soni

1.the immediate window
2.the call stack
3.quick watch window
4.break point and single step mode
5.the local window

Is This Answer Correct ?    1 Yes 0 No

What are the tools available for Debug in VB?..

Answer / mohit mathur

1. Debug.Assert
2. Debug.Print

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Visual Basic Interview Questions

How would you add elements in TreevieW Control.

0 Answers  


by writing MACRO CODE,i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI). ex: custdetails custname lastname locaton mobile pincode custdetails raj tony hyd 555555 521245 servcreqrd srvce# srvcename location srvcepincode servcreqrd 754 drilling hyd 521784 for the above example in the another workbook retrive data like this custname Raj srvce# 754 srvcepincode 521784. while retrieving data control will search cell by cell for each row.

0 Answers   CGI, Infotech,


What is database vb?

0 Answers  


How would you map properties to controls by using ActiveX Control Interface Wizard?

0 Answers  


What is the use of Immediate, Local Window?

1 Answers  






What is ADO?

1 Answers   Satyam,


What is ActiveX Control?

0 Answers   ABC,


___ is the control used to call a windows application.

0 Answers  


How will you define a function to accept variable number of arguments ?

1 Answers  


Under which circumstance does a VB application ignore a Timer event?

2 Answers  


What are the types of line styles available in Treeview Control?

0 Answers  


Which property of textbox cannot be changed at runtime?

1 Answers  


Categories