Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf2c1e98

Browse files
add "Debug utPLSQL test" section
1 parent2ca1184 commitf2c1e98

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

‎README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44

55
utPLSQL for SQL Developer extends Oracle's SQL Developer to
66

7-
* run existing utPLSQL unit tests
7+
* run utPLSQL unit tests
8+
* debug utPLSQL unit tests
89
* run utPLSQL code coverage reports
9-
* generatenewutPLSQL unit tests (skeletons)
10+
* generate utPLSQL unit tests (skeletons)
1011
* provide utPLSQL annotations and expectations as snippets
1112

1213
###Run utPLSQL test
@@ -15,6 +16,18 @@ In the Connections window, select a connection or one or more packages or packag
1516

1617
![Run utPLSQL test](images/run_utplsql_test.png)
1718

19+
###Debug utPLSQL test
20+
21+
Select the tests to debug, the same way you would if you were just running them, but select`Debug utPLSQL test` in the context menu.
22+
23+
And then the PL/SQL Debugger is called for the generated, anonymous PL/SQL block.
24+
25+
![Anonymous PL/SQL block to debug utPLSQL test](images/debug_utplsql_test_anonymous_block.png)
26+
27+
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 to stop button at any time to cancel the test run.
28+
29+
![Stop utPLSQL test run](images/debug_utplsql_test_stop.png)
30+
1831
###Code coverage...
1932

2033
In the Connections window, select a connection or one or more packages for a code coverage report.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp