rust-debugging이란?
시스템 프로그래밍을 위한 Rust 디버깅 기술. GDB 또는 LLDB로 Rust 바이너리를 디버깅할 때, Rust 프리티 프린터를 활성화할 때, 패닉과 역추적을 해석할 때, tokio-console을 사용하여 async/await를 디버깅할 때, no_std 코드를 단계별로 실행하거나 dbg를 사용할 때 사용하세요! 매크로를 효과적으로 추적합니다. Rust-gdb, Rust-lldb, RUST_BACKTRACE, Rust 패닉, 비동기 Rust 디버깅, tokio-console 또는 Pretty-printer에 대한 쿼리에 대해 활성화됩니다. 출처: mohitmishra786/low-level-dev-skills.