I have created a custom JMeter java code which I load as an external jar in the Apache JMeter classpath. I need to use '[WebSocket Samplers by Peter Doornbosch][1]" . The custom APIs are called in the JSR223 Preprocessor. All works fine. I am using IntelliJ idea. As an ultimate goal we will be having a custom plugin for our application.
So I want to run the JMeter script in debug mode. I want to debug our code real time and step into the plugin source code. Good to have goal is to also step into JMeter source code too.
Any help or guideline in this regard is highly appreciated.
