-
Notifications
You must be signed in to change notification settings - Fork 43
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
Cannot debug a benchmark #15
Comments
Actually, I didn't imply such possibility. I tried to remove the option to debug from the context menu, but haven't succeeded in 1 hour and going to give up on it :) |
Try debugging with |
Fork 0 worked for me to debug in Eclipse. |
For reference, |
After adding the JMH plugin to Idea you may have to enable annotation processing. |
@paplorinc I seem to have annotation processing enabled (under Settings -> Build, Execution, Deployment -> Compiler -> Annotation Processors). Is this the same setting you were thinking about or something else? |
Try attaching a |
Please try with:
IMHO it's a "synchronization" between the JMH annotations processing (code generation) and the IntelliJ IDEA. |
When I press debug button the project is compiled but after that nothing happens.
The text was updated successfully, but these errors were encountered: