You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by hao yan <hy...@gmail.com> on 2011/12/09 03:26:09 UTC

how to do remote debug on benchmark test or whatever test?

Which file should i go and set:

-Xdebug -Xrunjdwp:transport=dt_socket,address=8886,server=y,suspend=y ?

thanks!

hao

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


Re: how to do remote debug on benchmark test or whatever test?

Posted by Paul Libbrecht <pa...@hoplahup.net>.
hao,

this is a java question not a lucene question.

Here's a short answer:
Those options are to be fed to the java command.
Running on the command-line is where you could put them.
Running in IDEs there is generally such a feature ready, or the possibility to connect to the socket address.

paul

Le 9 déc. 2011 à 03:26, hao yan a écrit :

> Which file should i go and set:
> 
> -Xdebug -Xrunjdwp:transport=dt_socket,address=8886,server=y,suspend=y ?
> 
> thanks!
> 
> hao
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-user-help@lucene.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org