Debugging Service details
View and modify the settings used by the Debugging Service.
From the admin console, click...
Servers > Servers Types > WebSphere application servers > server name > Debugging service.
We can enable a debug session on WebSphere Application Server on this page. Debugging can prove useful when your program behaves differently on the application server than on the local system.
Enable service at server startup
Specifies whether the server will attempt to start the Debug service when the server starts.
JVM debug port
Port that the Java virtual machine will listen on for debug connections.
JVM debug arguments
Debugging argument string used to start the JVM in debug mode.
Debug class filters
Specifies an array of classes to ignore during debugging. When running in step-by-step mode, the debugger will not stop in classes that match a filter entry.
Work with troubleshooting tools