Interface PluginDebugConfiguration

interface PluginDebugConfiguration {
    debugMode?: string;
    debugPort?: string | PluginDebugPort[];
    pluginLocation?: string;
}

Properties

debugMode?: string
debugPort?: string | PluginDebugPort[]
pluginLocation?: string