Skip to content

Commit 2f16d6c

Browse files
committed
Add logging env variables to launch.json
1 parent 3232401 commit 2f16d6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"args": [],
1313
"env": {
1414
"GSETTINGS_SCHEMA_DIR": "${workspaceFolder}/build/xyz-iinuwa-credential-manager-portal-gtk/data",
15-
15+
"RUST_LOG": "xyz_iinuwa_credential_manager_portal_gtk=debug,libwebauthn=debug,libwebauthn::webauthn=debug,libwebauthn=warn,libwebauthn::proto::ctap2::preflight=debug"
1616
},
1717
"sourceLanguages": ["rust"],
1818
"cwd": "${workspaceFolder}",

0 commit comments

Comments
 (0)