I am using IntelliJ 9, and I am curious if there is any IntelliJ equivalent of the Visual Studio immediate debug window. In the editor, the desired expression is selected, then ALT - F8 , but I would like to be able to write code in a window that interacts with what I'm currently debugging (if at all possible).).
It is useful to have breakpoints that log messages on the console, but I would like to do more than I can if I can.
java debugging java-ee intellij-idea
Jon Onstott Jun 24 '10 at 17:28 2010-06-24 17:28
source share