Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Breakpoint Icons not showing on ruler
Breakpoint Icons not showing on ruler [message #243681] Sat, 12 May 2007 15:32 Go to next message
Eclipse UserFriend
Originally posted by: viper.hush.ai

Hello,

i've created an editor which supports toggling of breakpoints via
double-click on the vertical ruler.
The breakpoints are showing in the Breakpoint View and the Annotation Hover
is also working.
My problem is, that the icon for the breakpoints is not visible on the
ruler.

My plugin.xml has the following entries:
<extension
point="org.eclipse.debug.core.breakpoints">
<breakpoint
class="com.tbbr.tpl.breakpoints.TPLLineBreakpoint"
id="tpl.lineBreakpoint"
markerType="com.tbbr.tpl.markerType.lineBreakpoint"
name="TPL Line Breakpoint"/>
</extension>
Re: Breakpoint Icons not showing on ruler [message #243690 is a reply to message #243681] Sat, 12 May 2007 15:34 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: viper.hush.ai

Sorry, wrong button :-)
Re: Breakpoint Icons not showing on ruler [message #244101 is a reply to message #243681] Tue, 29 May 2007 16:06 Go to previous message
Curtis Windatt is currently offline Curtis WindattFriend
Messages: 166
Registered: July 2009
Senior Member
You posted the same question on both the JDT and the Platform newsgroups.
Darin Wright gave an answer in the Platform newsgroup. Please try to post
questions to one newsgroup at a time or at least let people know that there
are identical postings.

Curtis

"Exquisitus" <viper@hush.ai> wrote in message
news:4b00a8bcd7edd542a0c9f9eff8a331dd$1@www.eclipse.org...
> Hello,
>
> i've created an editor which supports toggling of breakpoints via
> double-click on the vertical ruler.
> The breakpoints are showing in the Breakpoint View and the Annotation
> Hover
> is also working.
> My problem is, that the icon for the breakpoints is not visible on the
> ruler.
>
> My plugin.xml has the following entries:
> <extension
> point="org.eclipse.debug.core.breakpoints">
> <breakpoint
> class="com.tbbr.tpl.breakpoints.TPLLineBreakpoint"
> id="tpl.lineBreakpoint"
> markerType="com.tbbr.tpl.markerType.lineBreakpoint"
> name="TPL Line Breakpoint"/>
> </extension>
>
Previous Topic:debug: conditional watchpoint?
Next Topic:junitreport gives: the file <file.xml> is not a valid testsuite XML
Goto Forum:
  


Current Time: Wed Jul 17 20:39:25 GMT 2024

Powered by FUDForum. Page generated in 0.03433 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top