Is there any way to view the contents of a global array in the variables view? For instance if I declare a global array @months = (Jan,Feb,Mar) it will show up as "@months []" in the variable view. If I declare it as a lexical variable like my @months = (Jan,Feb,Mar) then I can see the contents of the array in the variable view. Can you only see the contents of local arrays? Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Problem solved. Thanks Jan, I was using an older version of Epic and Eclipse. I uninstalled and reinstalled the newest version and everything works. Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there any way to view the contents of a global array in the variables view? For instance if I declare a global array @months = (Jan,Feb,Mar) it will show up as "@months []" in the variable view. If I declare it as a lexical variable like my @months = (Jan,Feb,Mar) then I can see the contents of the array in the variable view. Can you only see the contents of local arrays? Thanks.
It works fine for me in 0.6.25 (having enabled "Show Global Variables" in the Variables view, of course).
Problem solved. Thanks Jan, I was using an older version of Epic and Eclipse. I uninstalled and reinstalled the newest version and everything works. Thanks.