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.
C 文字列の全長を dbx に出力したいと考えています。dbx に文字列全体を出力させるにはどうすればよいですか?
if its a long string it gives following msg: (dbx) p svalue expression too large to evaluate (dbx)
ドキュメントから、それは言う
-e num評価スタックに大きなサイズ (必要なだけ) を選択します。デフォルトのスタック サイズは 20,000 バイトです。num = バイト数。メッセージが大きすぎて評価できない場合は、20,000 より大きい値を指定して dbx を再実行します。
-e num