From c02e98d3342b63085ffc57ac6796d6a2cbe3d2c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Thu, 3 Oct 2024 10:52:20 +0200 Subject: [PATCH] Update diagnose.md --- docs/diagnose.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/diagnose.md b/docs/diagnose.md index 6956fd5401..cd7a965ab2 100644 --- a/docs/diagnose.md +++ b/docs/diagnose.md @@ -139,3 +139,19 @@ Copyright (c) Microsoft Corporation. All rights reserved. Starting test execution, please wait... Host debugging is enabled. Please attach debugger to testhost process to continue. ``` + +## In Visual Studio + +Set test logging to trace: + +![image](https://github.com/user-attachments/assets/0ee53d10-4f95-469a-91bd-8577d79b99bc) + +Run your tests. + +Go to Output > Tests window: + +Please provide all files from the listed folder, and complete content of the Tests window. + +![image](https://github.com/user-attachments/assets/c942642d-e10a-4bf3-9920-8ddd22d99ba8) + +