Interface DebugSessionFactory

The debug session factory.

interface DebugSessionFactory {
    get(manager, sessionId, options, parentSession?): DebugSession;
}

Implemented by

Methods

Methods