Why do some debug breakpoints change to a gray international "no" symbol ?

Answered

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. 

0
2 comments

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. 

0

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.

0

Please sign in to leave a comment.