Hi, I've noticed this a few times now. The "Frame" output showing stack variables while debugging has a bug in it.
I'm not sure on the exact circumstances, but usually when tracing into a "catch (.....)" block, the Exception variable is added to the Frame at the bottom, but the data shown next to the variable name is not the data for the exception! It usually shows the data from the variable above in the list � i.e. if the last but one frame item is a String, the Exception variable will show the fields of the String � i.e. the char[] and other fields, not the fields of the exception class. Marc _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-features
