Displaying variable values by hovering the mouse
You can also display the value of variables while debugging a program by hovering over the variable with your mouse. As you hover over a program variable within the source listing, a small hover window appears containing the variable name and its associated value.
To use the hover feature
- Start a debug session.
- Look for the required variable.
Hover over a variable in the editor to see the variable details in the hover window.

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*
