[
https://issues.apache.org/jira/browse/PYLUCENE-19?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13400860#comment-13400860
]
Andi Vajda commented on PYLUCENE-19:
------------------------------------
Aargh, three levels of nesting parameters. And they all want to use ,.
I'll change the code to parse \, into , thus letting everyone use commas.
Changing , into | would break everyone using , currently.
> 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
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> 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