Additions and updates
TotalView 2026.1 adds the following new product features and updates:
Variable sorting in the Local Variables view
In TotalView 2026.1, you can now sort variables alphabetically in ascending or descending order in the Local Variables view. Before, you could view variables only in their natural index order (unordered).
To change the sort order of the variables list, click the Name column header to cycle through:
-
Unordered (default)
-
Ascending order
-
Descending order
The column header reflects the selected sort order as follows:
: Indicates unordered.
: Indicates ascending sort order.
: Indicates descending sort order.
To learn more about the Local Variables view and the new sorting feature, see View and update local variables.
Variable filtering in the Local Variables view
TotalView 2026.1 also introduces filtering variables in the Local Variables view. When debugging functions with many local variables, you can filter the variable list by entering a full or partial variable name to quickly find what you need and reduce visual clutter.
To filter the variables list, click in the Search field and enter one or more consecutive characters from the variable name. The list updates as you type and displays only matching variables.
To clear the filter, click the delete button
.
To learn more about the Local Variables view and the new filtering feature, see View and update local variables.
TotalView Code Viewer Go to line
TotalView 2026.1 adds the ability to easily go to a specific line in the Source view.
Click in the Source view and select Edit > Go to line or use the keyboard shortcut Ctrl+G (Windows and Linux) or Command+G (macOS) to display the Go to line panel. Type the line number you want to inspect. As you type, the Source view shows the corresponding line location. Press the Enter (Return) key to go to the line and close the Go to line panel. Press the Esc key to cancel and return to the previously selected line.
To learn more about the Got to line functionality, see Go to a specific line in the Source view.
Bug fixes, security updates, and performance improvements
Numerous bug fixes, security updates, and performance improvements have been addressed, including updates to open-source third-party software packages used by TotalView.