====== Eclipse ====== ===== Install Marketplace ===== Eclipse ⇒ Main Menu ⇒ Install New Software ⇒ Release Site ⇒ Marketplace ===== Debugging ===== ==== Conditional Breakpoints ==== - Set a breakpoint - Go to breakpoint properties (right click on breakpoint in view Breakpoints or in editor) - Category Breakpoint Properties ⇒ Line Breakpoint ⇒ activate //Conditional// - Enter condition like ''item.getId() == new Long(12345)'' {{tag>eclipse}}