のんびりエンジニア

のんびりエンジニアリング

2016-06-19から1日間の記事一覧

rustでデバッグ

rust-lldb 例えばopen_fileというプログラムを作っていたら、rust-lldbが使える。 rust-lldb ./target/debug/open_file コマンド入力待ちになるのでここでコマンドを打つ。 (lldb) command source -s 0 '/tmp/rust-lldb-commands.ezgyPg' Executing commands…