JS: debugger;
C#: System.Diagnostics.Debugger.Break();
Rust: std::intrinsics::breakpoint();
Go: runtime.Breakpoint();
Zig: @breakpoint();