|
|
|
|
|
by ninkendo
1364 days ago
|
|
I’ve personally never been in a bare-metal environment where the debugger is truly reliable. JVM works great, so does V8 and probably most other VM-style environments, but C++? Swift? Rust? I’ve never seen a truly reliable debugging environment that doesn’t just arbitrarily stop working when I try to inspect a symbol, some subset of the time. If debuggers were reliable, I’d take them over printf-debugging any day. But to this day I’ve never seen one that is. |
|