I use jpda to debug a java application remotely, by tracing its function calls.
What if I want to trace the java connection activity (database connection, or REST call to 3rd party service)?
I use jpda to debug a java application remotely, by tracing its function calls.
What if I want to trace the java connection activity (database connection, or REST call to 3rd party service)?