-
Would it be possible to save the current state as a Visual Studio debugger snapshot in a file, This would be great for production, especially if we can generate such file whenever an exception is raised. It would make it easier to identify errors on the caller side. In addition, it would be great to store them in different folders, or file names with specific prefix based on the stack trace so they are grouped by cases (i.e. the exceptions generate in similar context are together, in the sense that if you fix one of those issues you'll probably fix all the issues in that group)
and
Thank you Transfered to |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This sounds like a runtime tooling request and not a change for the C# language. Maybe try the runtime repo instead? |
Beta Was this translation helpful? Give feedback.
This sounds like a runtime tooling request and not a change for the C# language. Maybe try the runtime repo instead?