Am I missing something? The View toString() option in the debugger would be
much more valuable if its setting were more persistent. Ideally, I'd like
two enhancements: First, to be able to set this globally (so that it would
be in effect by default for all reference variables). Second, I'd like its
setting for an individual variable to be remembered WHILE THE VARIABLE IS
OUT OF SCOPE, so that in code like this:
for (Iterator i = foo.iterator(); i.hasNext();) {
Object bar = i.next();
....
}
I wouldn't have to turn it back on for i on each iteration.
_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-features