-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use MvnDebug to debug simulap-plugin-sip? #8
Comments
Hello Michael So as to attach to the running JVM, here is what I have in my pom.xml in the exec-maven-plugin section
I'm able then to attach to port 8787. Regards |
While install the sampler facing the issue [INFO] ------------------------------------------------------------------------ Command line was: "C:\Program Files\Java\jdk1.8.0_191\jre..\bin\javadoc.exe" @options @packages Refer to the generated Javadoc files in 'C:\Users\i2265\Downloads\simulap-plugin-sip-master\target\apidocs' dir.
Caused by: org.apache.maven.plugin.MojoExecutionException: MavenReportException: Error while generating Javadoc: Command line was: "C:\Program Files\Java\jdk1.8.0_191\jre..\bin\javadoc.exe" @options @packages Refer to the generated Javadoc files in 'C:\Users\i2265\Downloads\simulap-plugin-sip-master\target\apidocs' dir.
Caused by: org.apache.maven.reporting.MavenReportException: Command line was: "C:\Program Files\Java\jdk1.8.0_191\jre..\bin\javadoc.exe" @options @packages Refer to the generated Javadoc files in 'C:\Users\i2265\Downloads\simulap-plugin-sip-master\target\apidocs' dir.
[ERROR] |
Description
I would like to use MvnDebug to debug simulap-plugin-sip while running under JMeter.
When I try to start JMeter with Simulap-plugin-sip with MvnDebug as:
mvndebug -X install -Djmeter.command=C:\Users\michael\apache-jmeter-4.0\bin\jmeter
I get:
Listening for transport dt_socket at address: 8000
But JMeter GUI does not appear.
Is there a way I can get this to work? Setting breakpoints in Eclipse would be a great help to learn how the plug-in works.
See:
Motivation and Context
Steps to reproduce the problem (if appropriate)
Resources
Checklist
Support
project.The text was updated successfully, but these errors were encountered: