The message logged to the console seems to lose the method name portion of the location. If the breakpoint reads "x.y.z(), at line 311" the logged message reads "reached breakpoint in class x.y, at line 311" it would make the logged messages far more readable if the logged message contained the method name as well.
It would be nice if the logged messages were in the same format as lines in a stack trace so that I could double click on the line and jump to the source. It would be nice if the logged messages include a timestamp. How much overhead is there to using this type of breakpoint? Its a very convenient method of tracing what's going on but it seems to very slow. Is this simply a fact of life or could it be made faster? -- Mark _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
