DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Why I can not get the variable in watch window

Hi, 

    I have set some variables  in Diadem Script Panel, when I debug to run, I have nothing in the Watch Window. How can I get the value of those variable?

    Diadem version is 2022.

 

     the code is very simple:

    

     '--------------------------------------------------------------------------------------------------

Option Explicit 'Forces the explicit declaration of all the variables in a script.
Dim A, B, C


A = 1
B = 3

C = A +B

      '---------------------------------------------------------------------------------------------------

 

 

and I had set breakpoint at next line of  "C =  A+B"

but I have got nothing with A, B and C

 

Thanks.

 

Capture.PNG

 

0 Kudos
Message 1 of 2
(1,160 Views)

Hello.

 

I cannot reproduce the failure you get; the same code works for me in Diadem 2019 and 2015.

 

You have Student Version; maybe there is something with the debugger?

 

Greetings,

Vassili

0 Kudos
Message 2 of 2
(1,089 Views)