3 Jul 14:31
Editor annotations makes harder to set breakpoints.
Mihai Vasilache <mihai_vasilache <at> yahoo.com>
2009-07-03 12:31:39 GMT
2009-07-03 12:31:39 GMT
| 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 |
RSS Feed