I've got a class like this: package tos.model { public class Global { public static var x:int } }
when at a breakpoint in Flash Builder 4.5, I'd like to find out what the value of Global.x is. Global doesn't appear in the Variables view. I've tried adding watches for Global, Global.x, tos.model.Global, and tos.model.Global.x. All produce '<error(s)_during_the_evaluation>' in red in the Value column. Any ideas on how I could get a look at Global.x? William Mitchell Research Programmer School of Information: Science, Technology, and Arts The University of Arizona