views:

98

answers:

1

I have to admit, for a FREE PRODUCT, Eclipse really delivers. However, sometimes I don't understand certain missing features...

Eclipse has over ELEVEN HUNDRED different key bindings.

alt text

I would like to use one of those KeyBindings to add a "Watch" Expression to the expressions window, while debugging.

alt text

Here is an additional screenshot showing that I already understand the "filter" process. I have set key-bindings for everything I could find pertaining to "Watch", but as you can see it doesn't show up in my right-click menu, and does not function when I use the defined keyboard shortcut.

alt text

Despite the prevailing opinion that this is "blatant whining", It is also a legitimate problem for me.

Please help.

A: 

The menu item you seek is filtered out by default from the view. There is a filter button near the lower right corner of the window. There you should uncheck the "Filter uncategorized commands" checkbox, and then searching for watch should produce Add to Watch, Add Watch Expression output. I'm not entirely sure these are the ones you need, but it might work.

Zoltán Ujhelyi
Thank you very much. I didn't know about the uncategorized commands. Unfortunately, after having set key bindings for absolutely everything in the list for "watch", it still doesn't work. Does anyone else out there have PHP Eclipse? Are you able to add a watch expression without right-clicking?
Joshua