HP Forums

Full Version: Debug "Variable" pane?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What is the function of the "Variable" pane when running "Debug".
There never seems to be any results showing in that window.
Just wondering what the purpose of that window really is.

It would be great if it showed the resulting value of the variables as
the program executes in the upper window.

Of course as recent member, I could be missing something.

BM
(02-13-2017 12:10 AM)BERNARD MICHAUD Wrote: [ -> ]What is the function of the "Variable" pane when running "Debug".
There never seems to be any results showing in that window.
Just wondering what the purpose of that window really is.

It would be great if it showed the resulting value of the variables as
the program executes in the upper window.

Of course as recent member, I could be missing something.

BM

On the left column, click a cell and type in a variable name. Then you can see its contents as you step through a program.
Thanks Han

I was hoping that the variables values would show automatically as they were executed, but I realize that perhaps this is not needed. But I think as you say only type in the variable of immediate interest.

Thanks again

BM
Hello,

That is correct, just type the names of the variables that you want.
Note that you can also change the variable values!

Cyrille
Reference URL's