Add RUST_BACKTRACE environment variable (disabled)

This commit is contained in:
Doug 2022-11-25 15:46:50 +00:00 committed by Stefan Ceriu
parent 5762dc3037
commit 198127c5d7
2 changed files with 11 additions and 0 deletions

View File

@ -95,6 +95,13 @@
</BuildableProductRunnable>
<CommandLineArguments>
</CommandLineArguments>
<EnvironmentVariables>
<EnvironmentVariable
key = "RUST_BACKTRACE"
value = "full"
isEnabled = "NO">
</EnvironmentVariable>
</EnvironmentVariables>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"

View File

@ -18,6 +18,10 @@ schemes:
config: Release
run:
config: Debug
environmentVariables:
- variable: RUST_BACKTRACE
value: full
isEnabled: false
test:
config: Debug
gatherCoverageData: true