Dependency Tree Window

From RapidSQL
Jump to: navigation, search

Go Up to IDERA SQL Debugger Interface

The Dependency Tree window displays any external database objects the script accesses. These database objects are displayed in a hierarchical tree, with the child objects as database objects accessed by the parent objects. You can use this window to display the code for a dependent database object in the DDL Editor window. This window is only visible when the Debugger is active.

Opening and Closing the Dependency Tree Window

To open and close the Dependency Tree Window, do the following:

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

Displaying Dependencies

To display the code for a dependent database object in the DDL Editor window, do the following:

  1. In the Dependency Tree window, double-click the target object.
The SQL of the target object is displayed in the DDL Editor window.

Topics