Agilent Technologies E5071C Manual page 1118

Hide thumbs Also See for E5071C:
Table of Contents

Advertisement

By placing a break point at a particular statement in a VBA program, you
can automatically suspend the program when it is executed to that
statement.
When you put a break point at a line, the line is highlighted in umber as
shown in the following figure. To set a break point, do one of the following:
Place the cursor at the desired line of code, and click the "Set/clear
break points" button on the debug toolbar.
Click anywhere in the margin indicator bar of the code window.
Setting a break point
Monitoring Variable or Property Values
With your VBA program suspended, you can use the following debug tool
to monitor variables or properties. To do this, you must set a break point,
run the VBA program, and suspend it.
Data Hint
When you point to the variable or expression of interest, Data Hint shows
the current value as shown in the following figure.
Data Hint
Programming
1345

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents