| documentation/dbg-03-07.php
Please, choose object (procedure or function) you would like to debug. Open it in editor, as discribed in Explain Edit.
-
To set breakpoint double click ruler of the line or go to Run/ToggleLine Breakpoint( Ctrl+Shift+B). Marker will appear.
-
To lauch debug mode you can select procedure in "Data Source Explorer" and click "Debug..." contex menu item. Alternatively, you can click "Debug..." contex menu of editor
-
"Configure parameters" dialog box will apear. Set parameters and click OK when ready.
-
Debugger will stop on breakpoint.
-
Make step or press F6.
-
Please, look at "Parameters" tab of "SQL Results View". They are the same as after launching "Run..." SQL Results View.
-
Now, lets debug function from Explain Run....
We have already this function opened in editor due previous activity.
Set breakpoint.
And launch debug.
-
"Configure parameters" dialog box will apear. Set parameters and click OK when ready.
-
Debugger will stop on breakpoint.
-
Make step or press F6.
 |