When I start intellij debugger, it comes the the hint you can see in the screenshot. the debugger takes a lot of time to start. How to solve this problem?
Practical advice that I follow: 1. mute all the breakpoints while the app is coming up 2. enable breakpoints only while debugging that flow. Of course, it won't help if you are trying to debug something which happens during app startup.
Remove breakpoints off your method and use them inside the method as that can cause your debug to take a very long time. Try running IntelliJ as admin. I had this issue at work where debugging was extremely slow and running as admin actually made it a lot faster.
debug code runs a lot slower than release - Visual Studio Feedback.
Breakpoints are special markers that suspend program execution at a specific point. This lets you examine the program state and behavior.
Turn off the method breakpoints. You can see all your breakpoints through Run | View Breakpoints (Ctrl - Shift -F8 )
Turn off the method breakpoint from the debug panel. Here is a screenshot.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With