socket_path

Function socket_path 

Source
pub fn socket_path() -> PathBuf
Expand description

Get the socket/pipe path for IPC communication

Platform-specific:

  • Unix: $XDG_RUNTIME_DIR/debugger-cli/daemon.sock or /tmp/debugger-cli-<uid>/daemon.sock
  • Windows: Named pipe path (handled by interprocess crate)