debug
debug copied to clipboard
The console become frozen while debugging in Rails
Your environment
ruby -v: ruby 3.2.3 (2024-01-18 revision 52bb2ac0a6) [x64-mingw-ucrt]rdbg -v: rdbg 1.9.2rails -v: Rails 7.0.8.1
Describe the bug The console become frozen while debugging in Rails.
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.