Description
debug-mode-plugin
is a plugin that is installed into the projects only when run for Windows projects:
cordova-paramedic/lib/ParamedicApp.js
Lines 77 to 79 in 80eb5d4
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?