During debugging I often need better view and export facilities of variables (especially strings and large arrays).
For example, when during JDBC stuff, it is often quite useful to copy the query string into an external SQL processor for investigation - but this is not supported by the debugger so I have to inspect a variable and manually retype it's content which is annoying! Thus, I would welcome the following debugger features: * Export value of any data structure to clipboard as text! * Ability to view a char/byte array as string. * Being able to see the whole string/array even if it is large. / Morten M. Christensen _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
