UNPKG

sap-cap-debugger

Version:

NPX tool for remote debugging SAP CAP applications on Cloud Foundry (CAP v7 and earlier)

10 lines 407 B
import { Logger, DebuggerType } from '../types'; export declare class DebuggerLauncher { private commandExecutor; private logger; constructor(logger: Logger); launchChromeDebugger(port: number): Promise<void>; launchVSCodeDebugger(port: number): Promise<void>; launchDebugger(debuggerType: DebuggerType, port: number): Promise<void>; } //# sourceMappingURL=debugger-launcher.d.ts.map