« Return to Thread: Editor annotations makes harder to set breakpoints.

Editor annotations makes harder to set breakpoints.

by Mihai Vasilache :: Rate this Message:

Reply to Author | View in Thread

Anyone noticed that if in the java editor you have some annotations icons in the left side (where the line numbers are displayed) you cannot set a breakpoint by clicking on the line number...

An example of such an annotation is "Fixable hint" - a yellow bulb. My code is full of such yellow bulbs so my only option is to set the breakpoint from the menu: Debug > New Breakpoit > select "Line" option > OK.

For exampe the folowing code:

em.createQuery("delete " +
                " from NodeViewItem nodeViewItems " +
                " where nodeViewItems.parentNodeView.id = :nodeViewID")

has bulbs on each line proposing me : "Assign Return Value To The New Variable".

Mihai

 « Return to Thread: Editor annotations makes harder to set breakpoints.