Re: Remote debugging not working anymore

2017-11-15 Thread Rohit Yadav
, 2017 2:25:38 PM To: dev@cloudstack.apache.org Subject: Re: Remote debugging not working anymore Franks suggestion does do the trick. Maybe we want to add this to the wiki? Kind regards, Sigert *Sigert Goeminne* Software Development Engineer *nuage*networks.net <http://nuagenetworks.

Re: Remote debugging not working anymore

2017-11-15 Thread Sigert GOEMINNE
> From: Marc-Aur?le Brothier - Exoscale > Sent: Monday, November 13, 2017 8:28:52 PM > To: dev@cloudstack.apache.org > Subject: Re: Remote debugging not working anymore > > @rhtyd - the java-opts file content (+ read in the startup script) > should be put back to allow

Re: Remote debugging not working anymore

2017-11-15 Thread Rohit Yadav
Sent: Monday, November 13, 2017 8:28:52 PM To: dev@cloudstack.apache.org Subject: Re: Remote debugging not working anymore @rhtyd - the java-opts file content (+ read in the startup script) should be put back to allow startup customization. On Mon, 2017-11-13 at 15:18 +0100, Sigert GOEMINNE wrote:

Re: Remote debugging not working anymore

2017-11-14 Thread Frank Maximus
I just found this website: https://docs.oracle.com/javase/7/docs/webnotes/tsg/TSG-VM/html/envvars.html Apparently you can set the JAVA_TOOL_OPTIONS environment variable to pass options to JVM instantiation, in case it's not under your control. So debug can be enabled by adding the following line

Re: Remote debugging not working anymore

2017-11-13 Thread Marc-Aurèle Brothier - Exoscale
@rhtyd - the java-opts file content (+ read in the startup script) should be put back to allow startup customization. On Mon, 2017-11-13 at 15:18 +0100, Sigert GOEMINNE wrote: > Hi all, > > Starting from the changes in PR2226 > , what do i need to