byebug
byebug copied to clipboard
Disable action cable when debug
Problem description
ActionCable in Rails 5 block access to byebug after few seconds.
Expected behavior
Normal behavior, channels never block access to byebug when debugging.
Actual behavior
After few seconds the message of channel block access to byebug on console.
Steps to reproduce the problem
Just subscribe a channel and try debug any resource.
Hi @brunowego, I didn't get the chance to use ActionCable yet, so... I don't know ¯\ (⊙︿⊙) /¯
Feel free to investigate this yourself! :wink:
Thanks @deivid-rodriguez for the feedback! Okay, I will debug and investigate a way to solve this.
Has anyone solved this? I am not able to debug with byebug coz of this issue.
Has there been any progress made on this? After over a year of using ActionCable and running into this problem, I've just now stumbled on this issue and it's definitely what's causing my problems.