Skip to content

(windows-)debug-mode-plugin? #186

Open
@janpio

Description

@janpio

debug-mode-plugin is a plugin that is installed into the projects only when run for Windows projects:

if (this.isWindows) {
additionalPlugins.push(path.join(__dirname, '..', 'debug-mode-plugin'));
}

It is described as a "Plugin to enable package debugging to allow app run without active local/remote desktop session".

During testing on how to get Paramedic to run on Appveyor CI for Windows, this plugin pops up as not being able to be run in an admin prompt, which Appveyor unfortunately uses. So I am trying to find out more about it.

@vladimir-kotikov, you added this plugin back in 2016: 28d5dac#diff-19a6844df51501521e8c6894d2409964 Are you still around and can maybe help me understand what this is doing and what it is needed for? What use cases does this enable?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions