Why do some debug breakpoints change to a gray international "no" symbol ?
已回答
I set a debug breakpoint on a line: myComponent.paint() , a Swing call. When I go to debug, the red debug circle changes to a gray international "no" symbol and the debugger does not stop at the line.
What is going on?
Thank you.
请先登录再写评论。
Found the list of classes to exclude from debugger entry but it didn't make any difference when i included javvax.* (and anything else to do with Java) . Is there a setting somewhere else? Unfortunately this is still a mystery .
EDIT
Had to restart things to get it working.
Target JVM reports no executable code on the specified line. Likely sources and classes are not in sync or debug info is missing from these classes.