agentdebug icon indicating copy to clipboard operation
agentdebug copied to clipboard

Java Agent to remote debug HTTP

Results 2 agentdebug issues
Sort by recently updated
recently updated
newest added

In addition to okhttp, I would like to make a wrapper for `javax.net.ssl` what steps do I need to take to achieve this. thanks!!

Hi, I've been trying to build the agent on java 1.8 with the following errors ` agentdebug/src/main/java/ee/schimke/AgentMain.java:3: error: package com.sun.tools.attach does not exist import com.sun.tools.attach.AgentInitializationException; ` With java 11 I...