socket.io
socket.io copied to clipboard
Any way we can make socket.io easier to debug with a debugger
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?