Debugging groovy code
Let me just start by saying I think this plugin is great. I've only scratched the surface so far but I'm really liking things so far.
My question is this: When a debug groovy code and step into a method it steps into internal groovy implementation classes. If I exclude those in the debugger it will not step into the groovy methods. Is there any way to step into groovy methods without going through internal implementation code?
Please sign in to leave a comment.
Hello Glen,
Setting class filter for not stepping in the debugger should work, at least it does here.
In th efuture it seems a good ide ato provide those filters automatically, we try to work it out.