jobbrIO / jobbr-execution-forked

Components to execute jobs in forked processes
GNU General Public License v3.0
3 stars 3 forks source link

Move `IsRuntimeWaitingForDebugger` configuration to the library in the ConsoleApp #15

Open michaelschnyder opened 7 years ago

michaelschnyder commented 7 years ago

It's currently configured in the Forked Exection extension and passes to the executable by a command line parameter. If you wan't to change this behavior, you'll need to restart the jobbr-server alltough it only affects the runner executable. Therefore it should be a configuration setting in the runtime, hosted in the console.

michaelschnyder commented 7 years ago

Aas discussed recently, the option should marked as deprecate in future releases and a new option in the configuration of the runtime should be introduced