Breakpoints A breakpoint is a signal that tells the debugger to temporarily suspend execution of your program at a certain point in the code . To define a breakpoint in your source code, right-click in the left margin in the Java editor and select Toggle Breakpoint.