Hi, In the past, when launching a server or locator with gfsh, I could specify debugging options like this:
gfsh start locator --name=locator1 \ --J=\"-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005\" I had to specially quote the agentlib options otherwise the commas would mess up the command parsing. Unfortunately, since various option parsing refactorings have happened, I cannot get this to work now. I just get this error: The Locator process terminated unexpectedly with exit status 1. Please refer to the log file in /Users/jdeppe/git/gemfire-develop/open/locator1 for full details. ERROR: JDWP Non-server transport dt_socket must have a connection address specified through the 'address=' option ERROR: JDWP invalid option: -agentlib:jdwp=transport=dt_socket Is there some new incantation in order to be able to do this? Thanks --Jens