Examining Arrays
When inspecting array data in the debugger, Workbench shows a maximum of 20 array entries in the variables tree.
Complete the following steps to view the full contents of the array in a table:
Complete the following steps to view the full contents of the array in a table:
![]() |
Note You can increase the number of array elements displayed in the variables tree by changing the
Maximum Collection Items to Show in Debugger setting in your user preferences.
|
![]() |
Note Arrays with more 10,000 entries cannot be filtered or sorted for performance reasons. To sort or filter large arrays you must save the data as a CSV file and open it in another application. The limit can be increased by changing the
Maximum Collection Table with Sorting/Filtering setting in your user preferences, but this may have a significant impact on the performance of the application.
|