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

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -