简体   繁体   中英

Eclipse Debug Suspended at My Breakpoint and the line is not highlighted

I made two Break points in a java file in Eclipse, when I run the application the Debugger says that it is suspended at the exact line of the break point, but the line doesn't get selected and I can't step to the next line or continue the debugging process, I only got the resume option and when I click it the same happens with the next break point.

UPDATE : When I put breakpoints somewhere else other than that file it works fine.

Double click the supended method (the one with the pause icon) in the debug view. This will bring you to the breakpoint and step over etc. should work.

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