intellij-quarkus icon indicating copy to clipboard operation
intellij-quarkus copied to clipboard

Breakpoints get out of sync using Live Coding

Open syr opened this issue 2 years ago • 1 comments

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.

syr avatar Mar 12 '22 11:03 syr

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

jeffmaury avatar Mar 15 '22 12:03 jeffmaury