Starting ghc-debug over tcp
The socket used by withGhcDebug
is a unix socket, why not support over the network? (e.g. tcp) Does this have any special reasons or just has not been implemented?
The case is I have a long running server on k8s. And I want to debug memory usage remotely.