Not sure if this is a bug or misunderstanding on my part.
I was trying to enable debugging so that I could troubleshoot a problem. I modified bootstrap.conf to enable debugging. I simply uncommented the java.arg.debug line and changed the port to 8187. I was able to attach to the process at 8187 but my breakpoints were never hit. If Ieave the address alone, set to 8000 it worked as expected. The following worked as expected: java.arg.debug=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8000 With address changed to 8187, debugger attached but never stopped on breakpoints : java.arg.debug=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8187 Input is appreciated. Thanks, tim
