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] 但它没有用
只需说“打印 aj” Dbx 将使用动态信息来打印数组。
您是在询问 C 中的数组切片语法吗?
你可以试试这个:
(dbx) 打印 a[1..1] a[1..1] = [1] = -17334836