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.
dbxからC動的配列の内容をどのように出力しますか?
print aj [2..10:1]を試しましたが、機能しませんでした
「print aj」と言うだけで、Dbx は動的情報を使用して配列を出力します。
C の配列スライス構文について質問していますか?
これを試すことができます:
(dbx) print a[1..1] a[1..1] = [1] = -17334836