Skip to content
New issue

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

Show messages logged through the Trace and Debug classes #380

Open
riQQ opened this issue Nov 7, 2024 · 0 comments
Open

Show messages logged through the Trace and Debug classes #380

riQQ opened this issue Nov 7, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@riQQ
Copy link

riQQ commented Nov 7, 2024

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.

By default, the Write and WriteLine methods emit the message to the Win32 OutputDebugString function and to the Debugger.Log method.

@riQQ riQQ added the enhancement New feature or request label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant