Remix.run Logo
BobbyTables2 2 days ago

On non-x86 embedded platforms, a hardware debugger can be a pain (if even possible) and system emulation using QEMU usually isn’t available.

But yeah, user space debugging with a software debugger (gdb, etc…) is certainly useful for some things.