socket.io icon indicating copy to clipboard operation
socket.io copied to clipboard

Any way we can make socket.io easier to debug with a debugger

Open nh916 opened this issue 4 years ago • 0 comments

I noticed that whenever I go in with an IDE debugger for socket.io I cannot debug because as I am working through the code the connection is closed and I cannot go to the next step and I am forced to use log statements and try my best to debug the problem. Is there a better solution that could allow me to use the debugger and go through the code slowly without the connection being closed?

nh916 avatar Nov 07 '20 08:11 nh916