debug menu is disabled

mskang

Member
hi,

debub meue is disabled and I can just select the breakpoint.
is it right?
I want to use the debug menu.
but I don't know how to use..
please, let me know..

Thank you in advance.
 
The debugger works from within the Test Window. Just select a procedure or function in the Object Browser, right-click on it, and select the 'Test' item from the popup menu. Now you can set values for the parameters, and press the Start Debugger (F9) button in the toolbar of the Test Window. Now you can step through your code, set breakpoints, view or set variable values, and so on. See chapter 4 in the User's Guide for more details.
 
Back
Top