Intellij debugger does not stop at breakpoint until the debugger is restarted

Answered

I am using Intellij Idea Ultimate on macOS. I am trying to debug a remote Spring boot application. 
The debugger sometimes doesn't stop at the breakpoint. I have to restart the debugger to make it stop at breakpoints.

The issue happens intermittently. I'll have to restart the debugger to make it work. 

Any help would be appreciated.

 

IntelliJ IDEA 2020.2.1 (Ultimate Edition)
Build #IU-202.6948.69, built on August 25, 2020
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 10.15.6
Registry: debugger.watches.in.variables=false, compiler.automake.allow.when.app.running=true
Non-Bundled Plugins: Lombook Plugin, training

0
1 comment

What type of run configuration is used to connect to the application? Is it Tomcat remote (https://i.imgur.com/2WW9i9Q.png)? 

Have you tried to debug the application as a local instance? 

Do you have a sample project where this could be reproduced? 

0

Please sign in to leave a comment.