byebug icon indicating copy to clipboard operation
byebug copied to clipboard

Disable action cable when debug

Open brunowego opened this issue 8 years ago • 4 comments

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.

brunowego avatar Feb 06 '17 13:02 brunowego

Hi @brunowego, I didn't get the chance to use ActionCable yet, so... I don't know ¯\ (⊙︿⊙)

Feel free to investigate this yourself! :wink:

deivid-rodriguez avatar Feb 13 '17 23:02 deivid-rodriguez

Thanks @deivid-rodriguez for the feedback! Okay, I will debug and investigate a way to solve this.

brunowego avatar Feb 14 '17 00:02 brunowego

Has anyone solved this? I am not able to debug with byebug coz of this issue.

majtymit avatar Jul 31 '17 12:07 majtymit

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.

ElliottRoche avatar May 24 '19 19:05 ElliottRoche