/** * Unit tests for: * - detectAutoRestartCommand: identifying dev commands that self-restart on * file changes (--watch, nodemon, etc.), so cdp-tools can warn about * pairing them with an attached breakpoint debugger. * - extractInspectorPort: parsing a command's --inspect/--inspect-brk port, * used to correlate a managed server with the CDP connection actually * attached to it (NOT the server's own detected app/service port - those * are normally different numbers). * - PortMonitor pause/resume refcounting: multiple paused CDP connections * sharing one PortMonitor must not let one connection's resume re-arm * monitoring while another is still frozen. * - PortMonitor.startMonitoring() self-healing a dormant port monitor * instead of leaving it stuck (e.g. after an imbalanced pause/resume). */ export {}; //# sourceMappingURL=server-manager.test.d.ts.map