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
6.5.1
After attaching dnSpyEx to a .NET application, the output of OutputDebugStringA no longer appears in DbgView.
But if i didn't attach dnSpyEx to acad, the OutputDebugStringA worked.
What could be the reason for this?
How can I fix it?
Add some OutputDebugStringA call in coreclr.dll, and then rebuild .net sdk and install it.
Then startup autocad 2025, and dnSpyEx Attach it.
The OputputDebugStringA content appear in dbgview or dnSpyEx Output window
The OutputDebugStringA context disappear in dbgview or dnSpyEx Output window
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
dnSpyEx version
6.5.1
Describe the Bug
After attaching dnSpyEx to a .NET application, the output of OutputDebugStringA no longer appears in DbgView.
But if i didn't attach dnSpyEx to acad, the OutputDebugStringA worked.
What could be the reason for this?
How can I fix it?
How To Reproduce
Add some OutputDebugStringA call in coreclr.dll, and then rebuild .net sdk and install it.
Then startup autocad 2025, and dnSpyEx Attach it.
Expected Behavior
The OputputDebugStringA content appear in dbgview or dnSpyEx Output window
Actual Behavior
The OutputDebugStringA context disappear in dbgview or dnSpyEx Output window
Additional Context
No response
The text was updated successfully, but these errors were encountered: