Dag H. Wanvik created DERBY-5819:
------------------------------------
Summary: Add logic to BaseTestCase to start subprocesses ready to
be attached to from a Java debugger
Key: DERBY-5819
URL: https://issues.apache.org/jira/browse/DERBY-5819
Project: Derby
Issue Type: Improvement
Components: Test
Reporter: Dag H. Wanvik
Priority: Minor
Sometimes it's useful to be able to attach to subprocesses of tests with a
debugger.
Now that we have centralized subprocess creation in BaseTestCase#execJavaCmd it
would be easy and useful to have subprocesses start, but wait for a debugger to
attach to them, i.e. with these options on an Oracle VM:
-Xdebug -Xrunjdwp:transport=dt_socket,address=<port>,server=y,suspend=y
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira