redhat-developer / intellij-quarkus

IntelliJ Quarkus Tools
Eclipse Public License 2.0
119 stars 47 forks source link

Breakpoints get out of sync using Live Coding #524

Open syr opened 2 years ago

syr commented 2 years ago

I used latest version 1.10.0 where it turned out that after code changes (via live coding) the debug breakpoints don't work anymore. I am not sure how this relates to the extension, however, when using https://plugins.jetbrains.com/plugin/14242-quarkus-run-configs this does not happen.

jeffmaury commented 2 years ago

Can you describe your workflow:

  1. set up a breakpoint in application code (ex rest endpoint)
  2. launch application in debug mode
  3. use curl or whatever to hit breakpoint
  4. modify source code

repeat 3 and 4 and after a while breakpoint does not stop anymore