![]() |
Learn more about Toad for SQL Server Find solutions and downloads at the |
< To bookmark a page, right-click the Page Title and select Add to Favorites / Bookmark This Page |
Toad for SQL Server 5.7 |
The first time you attempt to run the debug script, you are automatically prompted to set start parameters to use as an entry point, as well as providing values for all the required parameters. After initially setting these parameters, you can modify the parameters by manually setting them.
Note: This topic focuses on information that may be unfamiliar to you. It does not include all step and field descriptions.
To manually set debugger start parameters
Click on the Debug toolbar.
Select a procedure, function, or trigger from the list of available objects to display their parameters.
Review the following for additional information:
Value |
Enter a value for the parameter. Tip: Press CTRL+DELETE to set a null value. |
Collect debug trace |
Select this checkbox to generate a trace on a piece of code executed through the debugger, which can later be replayed to investigate what actually happened during the execution. See Collect and Replay Debug Traces for more information. The debug trace collects the following:
The debug trace does not collect the following:
Notes:
|
Repeat steps 2 and 3 for each object you want to set parameters for in the script.