Open bezlant opened 1 year ago
When I try to attach to a process with running ts-node server, i get an error. I've tried to change the port in the server setup in attach method, but I keep getting the same erorr. Is there a step by step guide for debbuging node server?
Seems to be working now for some magical reason. :O
I figured out the problem was in launching ts-node-dev without the flag --inspect which allows the debugger to connect.
When I try to attach to a process with running ts-node server, i get an error. I've tried to change the port in the server setup in attach method, but I keep getting the same erorr. Is there a step by step guide for debbuging node server?