Skip to main content



      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 11: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 11: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 12:06 Go to previous message
Eclipse UserFriend
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: Thu May 01 23:39:39 EDT 2025

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

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

Back to the top