Re: Editor don't indicate the line is set breakpoint

geertjan wielenga <[email protected]> Sat, 1 Jul 2017 12:19:25 +0200
Newsgroups gmane.comp.java.netbeans.modules.openide.devel
Organization Oracle Corporation
Message-ID <[email protected]>
Based on this article:

https://dzone.com/articles/how-reuse-netbeans-debugger


...you need ACTION_TOGGLE_BREAKPOINT:


Take a look at the Kotlin plugin, for example:

https://github.com/JetBrains/kotlin-netbeans/blob/master/src/main/java/org/jetbrains/kotlin/debugger/KotlinToggleBreakpointActionProvider.java


Gj

On 1-7-2017 11:55, Peter Cheung wrote:
>
> Hi All
>
>
>    I have successfully add the breakpoint toDebuggerManagerobject but 
> source code editor don't indicate the line is set breakpoint, no red 
> highlight on that line. Which claass/tutorial/thing i should look at?
>
>
> https://github.com/mcheung63/Netbeans-R
>
>
> Thanks
>
> from Peter
>