A marker set in code where execution will pause during a debug session. When a running EA/cBot reaches a breakpoint, the program stops, allowing inspection of variables and call stack. Breakpoints are set in IDEs (MetaEditor for MQL5, Visual Studio for c#) by clicking beside a line or using debug menus.