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

Re: Editor annotations makes harder to set breakpoints.

by Melongo Annabel :: Rate this Message:

Reply to Author | View in Thread

Some parts of this message have been removed. Learn more about Nabble's security policy.
Mihai,
Can you please file this at: http://qa.netbeans.org/  Under "Report A Problem"? Thanks.


From: Mihai Vasilache <mihai_vasilache@...>
To: nbusers@...
Sent: Friday, July 3, 2009 7:31:39 AM
Subject: [nbusers] Editor annotations makes harder to set breakpoints.

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.