You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>In the Connections window, select a connection or one or more packages or package procedures to run utPLSQL tests. Or you can run utPLSQL tests directly from the PL/SQL editor. The test procedures are determined according to the cursor position in the PL/SQL editor.</p>
<p>Select the tests to debug, the same way you would if you were just running them, but select <code>Debug utPLSQL test...</code> in the context menu.</p>
1642
1642
<p>And then the PL/SQL Debugger is called for the generated, anonymous PL/SQL block.</p>
1643
-
<p><imgalt="Anonymous PL/SQL block to debug utPLSQL test" src="/images/debug_utplsql_test_anonymous_block.png" /></p>
1643
+
<p><imgalt="Anonymous PL/SQL block to debug utPLSQL test" src="https://raw.githubusercontent.com/utPLSQL/utPLSQL-SQLDeveloper/main/images/debug_utplsql_test_anonymous_block.png" /></p>
1644
1644
<p>The initialization timeout for the realtime reporter is increased to 1 hour. The overall timeout is left to the default value of 4 hours. So you have enough time to step through the PL/SQL code and analyse it. Press the <code>Stop</code> button at any time to cancel the test run.</p>
1645
-
<p><imgalt="Stop utPLSQL test run" src="/images/debug_utplsql_test_stop.png" /></p>
1645
+
<p><imgalt="Stop utPLSQL test run" src="https://raw.githubusercontent.com/utPLSQL/utPLSQL-SQLDeveloper/main/images/debug_utplsql_test_stop.png" /></p>
<p>In the Connections window, select a connection or one or more packages for a code coverage report.</p>
1648
1648
<p>In the dialog you can set some parameters. If you run code coverage for a few chosen packages or from the PL/SQL editor the objects to be included are determined according the object dependencies in the Oracle data dictionary.</p>
<p>Press <code>Run</code> to produce the code coverage process in the background. You may minimize or close the dialog. To abort the process, press <code>Cancel</code>.</p>
1651
1651
<p>The HTML report is shown in your default browser.</p>
<h4id="based-on-existing-code">Based on existing code<aclass="headerlink" href="#based-on-existing-code" title="Permanent link">¶</a></h4>
1655
1655
<p>Select a package, type, function or procedure to build a utPLSQL test package skeleton. The generated package compiles and executes, but still needs some rework.</p>
<p>Import utPLSQL snippets for annotations and expectations via the the <code>Import Snippets</code> button of the utPLSQL <ahref="#preferences">preferences dialog</a>.</p>
1666
1666
<p>Insert the snippets by drag & drop into your code.</p>
<p>Use oddgen to generate utPLSQL test package skeletons. When generating to files, a file for each package specification and package body is created.</p>
0 commit comments