How do you start a debug console at a specific point in Grails? I am using GGTS, and whenever I enter a breakpoint, I get the Debug Screen, which is fine, but I only get to examine variables. I need to be able to have a console in which I can call methods with the variables' values at that point, where the breakpoint is. I install this plugin,
http://grails.org/plugin/console
but it only gives me a grails console in the browser, I dont understand what it is it's purpose.
Any help please?
P.S: To help understand what I mean, I want something similar like Ruby on Rails has, an interactive debugger.