debug icon indicating copy to clipboard operation
debug copied to clipboard

The console become frozen while debugging in Rails

Open jdonadob opened this issue 1 year ago • 2 comments

Your environment

  • ruby -v: ruby 3.2.3 (2024-01-18 revision 52bb2ac0a6) [x64-mingw-ucrt]
  • rdbg -v: rdbg 1.9.2
  • rails -v: Rails 7.0.8.1

Describe the bug The console become frozen while debugging in Rails.

imagen

To Reproduce I set a Breakpoint in my code: 'binding.break' or 'debugger'. Next I run the Test: rails test test\system\requests_test.rb.

Expected behavior A command prompt next to the breakpoint waiting for orders.

jdonadob avatar Jun 27 '24 14:06 jdonadob