Community
Participate
Working Groups
This should be changed to just check on a type name. The current implementation is doing an equality check on a type and a type name.
Fixed to be JDIDebugModel#lineBreakpointExists(String typeName, int lineNumber). Changes in AddBreakpointAction and BreakpointRulerAction.
Verified. Removed last reference to IType in JDIDebugModel, which was in an unused method.