java - Breakpoints does not work after reloading classes with springloaded in Intellij -


i'm running java application "application" configuration in intellij , i'm using these vm options using springloaded: -javaagent:.../springloaded-1.2.0.release.jar -noverify

the class reloading springloaded works fine.

but debugger won't stop more @ breakpoints in reloaded classes. breakpoints in other classes still work.

this solution works:

  • start application in run mode (instead of debug mode) remote debug option: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005

  • start remote debug intellij.

but perhaps there's better solution?


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -