简体   繁体   中英

Intellij idea Debug: the application is running

IDE: idea2020 OS: windows10

I'm using idea, and I try to debug. When it goes to a certain step, next it steps into the jar of mina2.0. So I add the jar to the list: "Do not step into the classes".Then I debug again, and it always shows "The application is running" but it is not able to go to the next step.

Its because you should use the debugger options in the top-row to step to the next debug-point. Not the regular "Resume application" button (The green one)

调试器选项

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM