intellij-quarkus
intellij-quarkus copied to clipboard
Breakpoints get out of sync using Live Coding
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.
Can you describe your workflow:
- set up a breakpoint in application code (ex rest endpoint)
- launch application in debug mode
- use curl or whatever to hit breakpoint
- modify source code
repeat 3 and 4 and after a while breakpoint does not stop anymore