Community
Participate
Working Groups
Build Identifier: 20110901 Debug the following program. program bug type BasicProgram {} myINTList INT[] = [1,2,3]; mySTRINGList STRING[] = ["bye", "ciao"]; myBooleanList BOOLEAN[] = [ (10000 > 50000), (10000 < 50000) ]; my2Dimension INT[][] = [[1,2],[3,4]]; myString string; function main() myString = my2Dimension[1,1]; sysLib.writeStdout(myString); end end Reproducible: Always Steps to Reproduce: 1. Set a breakpoint in the program bug. 2. Debug the program. 3. Look at my2Dimension in the variables view. 4. Weird. 5. Compare to RBD in attached screen shots.
Created attachment 202639 [details] RBD
Created attachment 202640 [details] EDT
Fixed: VariableUtil DefaultVariableAdapter EDTVariableAdapter ListVariable
Verified in 20110914