Variables Window

From DBArtisan
Jump to: navigation, search

Go Up to IDERA SQL Debugger Interface

The Variables window displays the local variables and their current values during script execution.

Note: You cannot edit the variables in the Variables window.

If the DDL Editor displays an external database object, and that object is a dependent of the object you are debugging, then the Variables Window automatically refreshes and displays the variables for that particular object. The Variables Window is only visible when the Debugger is active.

The IDERA SQL Debugger also lets you monitor your variables while debugging.

Opening and Closing the Variables Window

To open and close the Variables Window, do the following:

  1. On the Debug menu, on the Debug Views sub-menu, select or clear Variable.
OR
Press ALT+4.

Monitoring Variables

To monitor the values of your variables while debugging, do the following:

  1. In the SQL Editor, hold the pointer over the target variable.
A ScreenTip displaying the current value of that variable displays.

Topics