You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dnSpy debugger erroneously reports the exit code 0, even though the actual exit code was different.
I reproduced this bug with 6.5.1 and the latest ci artifacts based on b1fbfbc with the .NET Framework version and the .NET version with dnSpy and debugged application in both x64 and x86.
Visual Studio reports the error code correctly when debugging the test application below.
dnSpyEx version
6.5.1
Describe the Bug
The dnSpy debugger erroneously reports the exit code 0, even though the actual exit code was different.
I reproduced this bug with 6.5.1 and the latest ci artifacts based on b1fbfbc with the .NET Framework version and the .NET version with dnSpy and debugged application in both x64 and x86.
Visual Studio reports the error code correctly when debugging the test application below.
How To Reproduce
Compile a basic program and debug it with dnSpy.
Expected Behavior
The exit code is reported correctly
Actual Behavior
The dnSpy debugger erroneously reports the exit code 0
Additional Context
No response
The text was updated successfully, but these errors were encountered: