Tyrrrz / CliFx

Class-first framework for building command-line interfaces
MIT License
1.48k stars 60 forks source link

Add ability to specify active debugger attachment instead of passive #61

Closed BlackGad closed 4 years ago

BlackGad commented 4 years ago

Added ability to specify active debugger attachment instead passive.

Fluent builder AllowDebugMode method extended with additional promptDebuggerLaunch : bool parameter. This will cause Debugger.Launch() method execution when application is in debug mode and debug mode is allowed.

Default value is false for backward compatibility.

Tyrrrz commented 4 years ago

Thanks!