code-debug icon indicating copy to clipboard operation
code-debug copied to clipboard

possible use of resolving debug configuration

Open GitMensch opened this issue 3 years ago • 0 comments

resolveDebugConfigurationWithSubstitutedVariables () allows to modify debug configuration in memory before the actual debugging starts.

This may be useful to place most if not all of the checks and "use default value of xyz when undefined" in a central place.

GitMensch avatar Mar 07 '22 09:03 GitMensch