tags:

views:

15

answers:

0

Heres is what I'm currently looking (sample project from a Grails book): http://yfrog.com/f/ekkapp/

I’m trying to use STS 2.5.0 RC1. On the sample app that I’m working on to learn Grails, I’m getting some unexpected results on the UI.
I’m passing in the user, and I’m not getting redirected to the Todo List.
So, in the action method I want to toggle a watchpoint. I right click on the var (def) and don’t have an option to toggle a watchpoint in the debug perspective.

Does the option exist and I'm missing it or... ?

I'm extremely grateful for any help.