Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
のソース ウィンドウで実行中の現在の行にジャンプすることはできcgdbますか?
cgdb
これを行うためのコマンドまたはショートカットがあれば、特にファイル ダイアログ モードで長時間ファイルをブラウズした後は便利です。
現在の行に簡単にジャンプできることがわかりました。frame引数なしで gdb コマンドを使用するか、単にf.
frame
f
近道はないと思います。私は通常、gdb で簡単なupand down(またはその逆) を実行します。
up
down