How do you print C dynamic array contents from dbx?
i tried print aj[2..10:1] but it didnt work
How do you print C dynamic array contents from dbx?
i tried print aj[2..10:1] but it didnt work
Just say "print aj" Dbx will use dynamic information to print the array.
Are you asking about array slicing syntax in C?
You could try this:
(dbx) print a[1..1] a[1..1] = [1] = -17334836