Is it possible to trace the execution of the premain method of a Java Agent using YourKit? I tried this and it looked like the YourKit native agent and the Java Agent (specified by -javaagent:<agent.jar>) I wanted to trace came up at the same time and the Java Agent premain execution was skipped.
This is how I specified the yourkit commandline options:
-agentpath:/path/libyjpagent.so=port=10000,sessionname=prov,dir=/path/,tracing
Is there another way I can configure the YourKit agent so that execution of the Java Agent's premain method can be traced?