How to use Eclipse's Display View for Debug?
Posted
by
jzd
on Stack Overflow
See other posts from Stack Overflow
or by jzd
Published on 2010-12-21T13:52:06Z
Indexed on
2010/12/21
13:54 UTC
Read the original article
Hit count: 222
At the link below it explains that the "display view allows you to manipulate live code in a scrapbook type fashion (see Figure 8). To manipulate a variable, simply type the name of the variable in the Display view, and you'll be greeted with a familiar content assist."
http://www.ibm.com/developerworks/library/os-ecbug/
However, I am having trouble getting it to work. I have the view open but all the buttons are disabled. I have tried putting code in the view, selecting code in the view, selecting code in other views, while running and while not running debug, but the only button that is ever enabled on the view is "clear console".
Suggestions on what I am doing wrong?
© Stack Overflow or respective owner