jon blog: http://technicaldebt.wetpaint.com twitter: http://twitter.com/JonKernPA
--
You received this message because you are subscribed to the Google Groups "Cukes" group.
To post to this group, send email to cu...@googlegroups.com.
To unsubscribe from this group, send email to cukes+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/cukes?hl=en.
Since I was getting similar behavior when debugging it manually using ruby-debug, I think the main problem is when you try to issue command list to get your position in stack when debugging. Probably IntelliJ would be doing same to display the stack in visual form and crashing.
Doesn't anyone use debugging tools when troubleshooting cucumber specs ?
I haven't been following this thread since the subject mentioned
IntelliJ, so I'm a little late to the party. While I haven't been doing
anything with cucumber recently, I have used the debugger often in
steps. I have not, though, used the list command, so I can't speak to
the stability of that. Most of what I would do is just check variables
and execute some statements to see what was going on.
It's not much, but hopefully it will help a little.
Peace,
Phillip