Learn more about Toad for SQL Server
at Quest.com

Find solutions and downloads at the
Toad for SQL Server Support Portal

< To bookmark a page, right-click the Page Title and select Add to Favorites / Bookmark This Page

Toad for SQL Server 5.7

You are here: Edit SQL > Debug SQL > Step through Scripts

Step Through Scripts

Step Over

If the script contains a nested call, this option steps over the call without stopping.

To step over scripts

» Click on the Debug toolbar (F8).

Step Into

If the script contains a nested call, this option steps into the nested call.

To step into scripts

» Click on the Debug toolbar (F7).

Step Out

If the script contains a nested call, this option runs to the next line in the nested call.

To step out of scripts

» Click on the Debug toolbar (SHIFT+F7).

 

Related Topics

About Debugging SQL