A new Global Variables view has been added.
To open the Global Variables view, click on the menu:

The view displays all global variables returned by -symbol-info-variables command for GDB versions of 9.1 or newer.
For older versions of GDB, the list is obtained using the info variables command.
On the first debug session the variables list will be empty. In subsequent debugging sessions the added variables will be remembered.







Remove button deletes the current selection from the view. If nothing is selected the button is disabled.
Remove all button deletes all variables from the view.


Show logical structure button works the same as the one in Variables view.
Collapse all button will collapse all variables that have been expanded.
Add button allows the user to add global variables.






