HotswapProjects / HotswapAgent

Java unlimited redefinition of classes at runtime.
GNU General Public License v2.0
2.24k stars 482 forks source link

Unable to use YourKit's CPU trace profiling in eclipse #273

Open bloodmc opened 5 years ago

bloodmc commented 5 years ago

I'm getting the following NPE when attempting to run YourKit's CPU Trace profiling with hotswap agent in eclipse

https://gist.githubusercontent.com/bloodmc/a89e4e305412dfd7dc3f105ed3facc1a/raw/62437cdcc957de78179bcccca4dbb7acccbd6319/yourkit_error.txt

I've added com.yourkit.* to the excludedClassLoaderPatterns but the error persists.

Version: hotswap-agent-1.3.1-SNAPSHOT

ninja- commented 4 years ago

I know this is old, but you might have some luck by adding Proxy and ELResolver to disabledPlugins. Also I guess these plugins crashing does not stop YourKit from working?