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

  1. Start a debug session.
  2. Look for the required variable.
  3. Hover over a variable in the editor to see the variable details in the hover window.

    image2022-9-5_17-39-59.png

    Warning

    Important

    If the same variable is available on more than one record, then all the variable values will be displayed in the hover window with DSN path details.

    image2022-9-6_11-58-16.png

 

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

BMC AMI DevX Workbench for VS Code 22.10