Intellij doesnt stop at breakpoints
Answered
Hi,
My Intellij version is Build #IU-221.5787.30, built on May 31, 2022
I am running a local java Servlet application running on tomcat server. System.out.println works but it doesnt halt at the breakpoint. I have checked if I have muted the breakpoints, they are active. Please help.
Please sign in to leave a comment.
Hello,
Is it reproducible with some sample project? Are there any errors in idea.log ("Help | Show Log in...")? Could you please attach screenshots with your run configuration?
Tried with different projects, still it doesn't stop at breakpoints. This is the debug configuration.
Have you checked logs?
I don't see any exceptions in the logs.
Is it possible to share any sample project for investigation? Could you please check the issue with newly installed Tomcat 9?
Yes, it was the server settings . CATALINA_OPTS="-agentlib:jdwp=transport=dt_socket,address=8000,server=y,suspend=n" I had to remove this from the setenv.bat. Debugger has these options set already and it was complaining a duplicate. Thanks.!
You are welcome! Feel free to contact us if you need any assistance.