Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-ui-dev] Java scratchpad in debugger

Hello,
somewhere I read that there is a scratchpad in the debugger, where you can
execute any Java commands. Where can I find it in the debugger views? Do I
need to install some plugin to have the scratchpad available?

All I found is the "Add watch expression" function, but that's not quite
what I am looking for: it is inconvenient to input a sequence of commands as
watch expressions, and in addition these commands would run again after each
debugging step.

If such a scratchpad really exists, is it a special feature of the JDT, or
could it be (is it?) implemented as well for example in the CDT?

Eike
-- 
View this message in context: http://www.nabble.com/Java-scratchpad-in-debugger-tf4836176.html#a13835642
Sent from the Eclipse JDT - UI mailing list archive at Nabble.com.



Back to the top