12.07.2015 Views

Oracle SQL Developer

Oracle SQL Developer

Oracle SQL Developer

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Create/Edit BreakpointFiles: A list of files opened in <strong>SQL</strong> <strong>Developer</strong>, with the most recent file first. The ShowAll option determines whether the list includes only files opened implicitly or filesopened implicitly or explicitly.Show All: If this option is checked, the list includes both explicitly and implicitlyopened files; if this option is not checked, the list includes only implicitly opened files.Explicitly opened files are those that you opened directly; implicitly opened files arethose that <strong>SQL</strong> <strong>Developer</strong> opened to support your work (for example, while you weredebugging).3.35 Run/Debug PL/<strong>SQL</strong>Use this box to specify parameter values for running or debugging a PL/<strong>SQL</strong> functionor procedure. (If you specify a package, select a function or procedure in the package.)Target: Name of the function or procedure to run or to run in debug mode. (You have achoice only if you specified a package that has more than one subprogram.)Parameters: List of each parameter for the specified target. The mode of eachparameter can be IN (the value is passed in), OUT (the value is returned, or IN/OUT(the value is passed in, and the result of the function or procedure’s action is stored inthe parameter).PL/<strong>SQL</strong> Block: A block of PL/<strong>SQL</strong> code created by <strong>SQL</strong> <strong>Developer</strong>. You shouldchange the formal IN and IN/OUT parameter specifications in this block to actualvalues that you want to use for running or debugging the function or procedure.For example, to specify 10 as the value for an input parameter named in_rating,change IN_RATING => IN_RATING to IN_RATING => 10.When you click OK, <strong>SQL</strong> <strong>Developer</strong> runs the function or procedure.If you are debugging a function or procedure, the debugging toolbar and one or morewindows for debug-related information are displayed, as explained in Running andDebugging Functions and Procedures.Related TopicsRunning and Debugging Functions and ProceduresDebugging a PL/<strong>SQL</strong> Procedure (tutorial)3.36 Create/Edit BreakpointUse this box to create or edit a breakpoint to use when debugging a PL/<strong>SQL</strong> functionor procedure.Definition tabSpecify the definition of the breakpoint.Breakpoint Type: Type of breakpoint, indicating when the breakpoint will occur.Options include breaking when one of the following occurs: a specific line of code(Source); exception class or other class; method, file, or watchpoint.Breakpoint Details: Options depend on the breakpoint type.Breakpoint Group Name: Breakpoint group in which to include this breakpoint.Breakpoint groups can be edited, enabled, and disabled.Dialog Boxes for Creating/Editing Objects 3-25

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!