AzureDevOpsExtension icon indicating copy to clipboard operation
AzureDevOpsExtension copied to clipboard

Find some way to make system.debug replicate through into 32bit execution

Open ChrisLGardner opened this issue 4 years ago • 0 comments

Bringing over from https://github.com/rfennell/AzurePipelines/issues/334

If a user wants to run in 32bit process and has set system.debug = $true then we should try to replicate that across to the new process.

Not entirely sure how we can make that work but there might be some options with passing environment variables into the new session.

ChrisLGardner avatar May 02 '20 13:05 ChrisLGardner