Hacker News new | ask | show | jobs
by do_not_redeem 571 days ago
That's table stakes for a programming language these days I think.

JS: debugger;

C#: System.Diagnostics.Debugger.Break();

Rust: std::intrinsics::breakpoint();

Go: runtime.Breakpoint();

Zig: @breakpoint();

1 comments

Agreed, but I wonder what the OP is missing in their webdev debugging journey that exists elsewhere