Skip to content

Instantly share code, notes, and snippets.

@tmat
Created April 20, 2023 18:21
Show Gist options
  • Save tmat/3e2a736668e0fb9585ec357b48fdb0cb to your computer and use it in GitHub Desktop.
Save tmat/3e2a736668e0fb9585ec357b48fdb0cb to your computer and use it in GitHub Desktop.
VS feedback Hot Reload log collection
To help us determine the root cause of the issue, please provide step-by-step instructions how to reproduce it.
Alternatively, you can also collect and share detailed logs like so:
1) Run the following commands from Developer Command Prompt for Visual Studio:
```
**********************************************************************
** Visual Studio 2022 Developer Command Prompt
** Copyright (c) 2022 Microsoft Corporation
**********************************************************************
C:\Program Files\Microsoft Visual Studio\2022\Preview> set Microsoft_CodeAnalysis_EditAndContinue_LogDir=%temp%\HotReloadLog
C:\Program Files\Microsoft Visual Studio\2022\Preview> devenv
```
2) Zip the directory `%temp%\HotReloadLog` and upload it to this ticket on VS Feedback.
@tmat
Copy link
Author

tmat commented May 4, 2023

Reproduce the issue before step 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment