On Wed, May 4, 2011 at 1:56 PM, Jan Goyvaerts <[email protected]> wrote:
> And done - reported to Jetbrains. We'll see what comes out of it. > > For once I think this is a simple problem: The breakpoints of IntelliJ can > be used to actually do logging without recompiling the code. You simply > define a breakpoint which won't pause the execution; but that will print a > String expression to the console. Something like *"This is Foo " + foo*. > No state is modified - just a print statement is done. I hope it's not > difficult to release the objects used in the expression. > Yup, I sometimes use this trick and a few others: http://beust.com/weblog/2004/10/21/debugger-tips/ -- Cédric -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
