Patrick J. McNerthney created PYLUCENE-19: ---------------------------------------------
Summary: Unable to launch jvm with remote debugging enabled. Key: PYLUCENE-19 URL: https://issues.apache.org/jira/browse/PYLUCENE-19 Project: PyLucene Issue Type: Bug Reporter: Patrick J. McNerthney Priority: Minor To enable remote debugging of the embedded jvm, the following -agentlib vm argument enables remote debugging of the embedded jvm: -agentlib:jdwp=transport=dt_socket,address=8000,server=y,suspend=y If this is passed to the initVM call like so: initVM(vmargs='-agentlib:jdwp=transport=dt_socket,address=8000,server=y,suspend=y') initVM uses the comma as the separator between vm arguments, causing the above attempt to do remote debugging to fail to launch the vm. Please change the separator be changed to something that supports the -agentlib argument syntax. My suggestion is to use the pipe "|" character. -- 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