Expand description
Cross-platform socket and configuration paths
Unix/macOS: Uses Unix domain sockets at $XDG_RUNTIME_DIR or /tmp
Windows: Uses named pipes at \.\pipe\debugger-cli-
Functionsยง
- config_
dir - Get the configuration directory path
- config_
path - Get the path to the configuration file
- ensure_
config_ dir - Ensure the configuration directory exists
- ensure_
socket_ dir - Ensure the socket directory exists with proper permissions
- log_dir
- Get the path to the log directory
- remove_
socket - Remove the socket file if it exists (for cleanup)
- socket_
name - Get the socket name for interprocess LocalSocketName
- socket_
path - Get the socket/pipe path for IPC communication