Interface DebugAdapterFactory

Factory to start debug adapter.

interface DebugAdapterFactory {
    connect(debugServerPort): DebugAdapter;
    start(executable): DebugAdapter;
}

Implemented by

Methods

Methods