- Download JMeter binary package and source package, unzip them into the same directory.
- Rename the eclipse.classpath file to .classpath and open the project with IDEA.
- Open a shell, set JVM_ARGS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005
- Start JMeter in the previous shell.
- Setup remote debug in IDEA and start debug.
This doesn't help debug the run, as JMeter spawns a new Java process to do that. Anyone knows how to enable debug flags for that child process?
ReplyDeleteNever mind... I was mistaken, there is no subproces.
ReplyDelete