UNPKG

sap-cap-debugger

Version:

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

17 lines 524 B
import { DebugConfig, Logger } from '../types'; export declare class CAPDebugger { private cfClient; private portManager; private sshTunnel; private debuggerLauncher; private logger; private currentSession; constructor(logger: Logger); setupDebugging(config: DebugConfig): Promise<boolean>; cleanup(): Promise<void>; showStatus(): Promise<void>; private showAvailableApps; private showDebuggingInfo; private askForConfirmation; } //# sourceMappingURL=cap-debugger.d.ts.map