You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I put a 'debugger' statement inside a step definition and run cucumber. I get dropped into a debug session but can't type anything. If I do "Ctrl-C" I can type but page.body gives exceptions like "DRb::DRbConnError Exception: druby://127.0.0.1:44537 - #<Errno::ECONNREFUSED: Connection refused - connect(2)>".
How do I debug?
The text was updated successfully, but these errors were encountered:
I can type, but many keystrokes don't get picked up. It usually takes pressing the same key about 4 times before it registers. For example, if I want to "puts page.body", I have to type
Again, those don't all show up, but I have to type like that to get things recognized. It's quite a hassle. I cringe any time I discover I have to debug in Akephalos. This is one of few complaints from me. I can do a screen recording if it will help.
When I put a 'debugger' statement inside a step definition and run cucumber. I get dropped into a debug session but can't type anything. If I do "Ctrl-C" I can type but page.body gives exceptions like "DRb::DRbConnError Exception: druby://127.0.0.1:44537 - #<Errno::ECONNREFUSED: Connection refused - connect(2)>".
How do I debug?
The text was updated successfully, but these errors were encountered: