The host is set to localhost and the port is set to 8000.
Command line arguments:
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8000
Trying to debug my application. Tried setting the port to 5000 and 8983 and got the 'connection refused' error. command line arguments is not editable. Here is the screenshot
Does anyone know how to resolve this?