We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to see the messages logged through the Trace and Debug classes the same way I can see them in VisualStudio's Output window.
Show the messages logged through the Trace and Debug classes in the dnSpy Output window the same way I can see them in VisualStudio's Output window.
-
I tried the latest build and it doesn't show any messages logged through the Trace and Debug classes on .NET Framework 4.8.
Debug and Trace use the DefaultTraceListener by default.
By default, the Write and WriteLine methods emit the message to the Win32 OutputDebugString function and to the Debugger.Log method.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem Description
I want to see the messages logged through the Trace and Debug classes the same way I can see them in VisualStudio's Output window.
Proposal
Show the messages logged through the Trace and Debug classes in the dnSpy Output window the same way I can see them in VisualStudio's Output window.
Alternatives
-
Additional Context
I tried the latest build and it doesn't show any messages logged through the Trace and Debug classes on .NET Framework 4.8.
Debug and Trace use the DefaultTraceListener by default.
The text was updated successfully, but these errors were encountered: