Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-debug-dev] Removing a standard java breakpoint properties page from Breakpoint Properties Dialog

Hello,

I am looking for a possible way to remove a standard java breakpoint property page in the Breakpoint Properties Dialog for a custom breakpoint. The custom breakpoint implements IJavaBreakpoint and therefore, its property page is added  via an additional node to the Property Dialog TOGETHER with standard eclipse debug breakpoint property page, JavaLineBreakpointPage to be exact, which is enabled for IJavaLineBreakpoint interface in org.eclipse.jdt.debug.ui plugin.

This JavaLineBreakpointPage node is not needed in the Breakpoint Properties Dialog, and I would appreciate your comments on the ways to remove it.

Thanks.

Xsu

Back to the top