cancel
Showing results for 
Search instead for 
Did you mean: 

PLS UDE Debugger does not change the value of global variables

Msert.1
Associate III

Hello,

I wrote some codes and it worked succesfully. Then I wanted to add some global variable for computing a value but global variables which are added later, their values did not change, altough I set the refresh period setting ( while are changing global variables which are declareted before) . And their initialize values also don't change (there is a "?" symbol everytime). Additional their adresess is seen 0x000000. What could be the reason of this? How can I add a global variable for wathing what is going on?

Regards,

1 ACCEPTED SOLUTION

Accepted Solutions
Giuseppe DI-GIORE
ST Employee

Hello,

Perhaps variables have been optimized away because not referenced in your code.

Regards,

Giuseppe

View solution in original post

1 REPLY 1
Giuseppe DI-GIORE
ST Employee

Hello,

Perhaps variables have been optimized away because not referenced in your code.

Regards,

Giuseppe