top | item 42803260

(no title)

mmanciop | 1 year ago

For local development, yes. But I see that almost never done in production settings, especially with containerized workloads. Is there a neat way to do it in Kubernetes?

discuss

order

sroussey|1 year ago

Well, I suggest never enabling the debugger in production.

But if you meant a local or dev server where you start node with --inspect then the port to forward is 9229 by default.