Skip to main content

compute_socket_path

Function compute_socket_path 

Source
pub fn compute_socket_path(cwd: &str) -> String
Expand description

Compute the IPC socket path for the given working directory.

On Windows this returns the path to .debugger/bridge.addr (TCP fallback). On Unix this returns <cwd>/.debugger/bridge.sock.