Debugging a Program With dbx

Array Slicing for Arrays

The dbx print command allows you to evaluate part of a large array. Array evaluation includes:

You can slice an array, with or without striding (the default stride value is 1, which means print each element).