Eclipse

Install Marketplace

Eclipse ⇒ Main Menu ⇒ Install New Software ⇒ Release Site ⇒ Marketplace

Debugging

Conditional Breakpoints

  1. Set a breakpoint
  2. Go to breakpoint properties (right click on breakpoint in view Breakpoints or in editor)
  3. Category Breakpoint Properties ⇒ Line Breakpoint ⇒ activate Conditional
  4. Enter condition like item.getId() == new Long(12345)