@@ -17,6 +17,7 @@ INFO_ICON=/org/utplsql/sqldev/resources/images/info.png
1717REFRESH_ICON =/org/utplsql/sqldev/resources/images/refresh.png
1818RUN_ICON =/org/utplsql/sqldev/resources/images/run.png
1919RUN_WORKSHEET_ICON =/org/utplsql/sqldev/resources/images/run_worksheet.png
20+ DEBUG_ICON =/org/utplsql/sqldev/resources/images/debug.png
2021CLEAR_ICON =/org/utplsql/sqldev/resources/images/clear.png
2122CHECKMARK_ICON =/org/utplsql/sqldev/resources/images/checkmark.png
2223STATUS_ICON =/org/utplsql/sqldev/resources/images/status.png
@@ -65,8 +66,8 @@ PREF_DELETE_EXISTING_FILES_LABEL=Delete existing files in output directory?
6566PREF_CONFIRM_IMPORT_TITLE =Snippets imported
6667PREF_CONFIRM_IMPORT_MESSAGE =Snippets imported into %s. Please restart SQL Developer for this change to take effect.
6768MENU_RUN_TEST_LABEL =Run utPLSQL test
69+ MENU_DEBUG_TEST_LABEL =Debug utPLSQL test...
6870MENU_CODE_COVERAGE_LABEL =Code coverage...
69- MENU_DEBUG_TEST_LABEL =Debug utPLSQL test
7071MENU_GENERATE_TEST_LABEL =Generate utPLSQL test
7172WINDOW_CODE_COVERAGE_REPORT_LABEL =Code coverage report
7273WINDOW_PATHS_LABEL =utPLSQL paths
@@ -79,9 +80,10 @@ WORKSHEET_TITLE=utPLSQL
7980RUNNER_VIEW_TITLE =utPLSQL
8081RUNNER_REFRESH_TOOLTIP =Reset ordering and refresh
8182RUNNER_RERUN_TOOLTIP =Rerun all tests
82- RUNNER_CLEAR_BUTTON =Clear run history
8383RUNNER_RERUN_WORKSHEET_TOOLTIP =Rerun all tests in a new worksheet
84+ RUNNER_DEBUG_TOOLTIP =Rerun all tests with PL/SQL Debugger
8485RUNNER_CODE_COVERAGE_TOOLTIP =Rerun all tests with code coverage
86+ RUNNER_CLEAR_BUTTON =Clear run history
8587RUNNER_TESTS_LABEL =Tests
8688RUNNER_FAILURES_LABEL =Failures
8789RUNNER_ERRORS_LABEL =Errors
0 commit comments