show width (gdb モードのみ)

画面の幅を表示します。

構文

show width

パラメーター

なし。

説明

このコマンドは、画面の幅を文字数で表示します。

幅を設定するには、set width を使用します。

(idb) 
					 set width 40
(idb) 
					 show width
Number of characters idb thinks are in a line is 40
(idb) 
					 set width 0
(idb) 
					 show width
Number of characters idb thinks are in a line is 0

関連情報


このヘルプトピックについてのフィードバックを送信