-
Notifications
You must be signed in to change notification settings - Fork 676
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
Debugger (vsdbg-ui) crashes on OSX when using 'embedded' symbols #1456
Comments
I have a PR out in our internal repo. So this should be fixed the next time we insert a new debugger. |
@gregg-miskelly could you please provide a new beta with #1497 merged? |
I believe Dustin is about to release a new beta that will have this. @DustinCampbell is that correct? |
You're welcome to @gregg-miskelly. I'm completely swamped with an issue at the moment. |
@DustinCampbell will do. |
@azinoviev Please try installing v1.10.0-beta4 and see if this resolves your issue. See here for instructions. |
Thanks a lot! xUnit debugging works now :) A real lifesaver! |
@azinoviev thanks for verifying! |
Gotta give my thanks on this too... between VSCode and JetBrains Rider, I had no way to debug my unit tests for a while. Thanks a lot! |
StackExchange.Redis 1.2.3 still seems to crash under Visual Studio for Mac 7.0.1 (build 24), it is now working properly under Visual Studio Code (on Mac). |
@llint I believe the Visual Studio for Mac alpha channel has the fix. |
Environment data
C# Extension version: 1.9
Operating system: OSX
Steps to reproduce
<DebugType>embedded</DebugType>
Expected behavior
Debugging works
Actual behavior
Get an error 'Debug adapter process has terminated unexpectedly'. If you look it crash reporter, you will see, for example that the crash is happening in
MakeStream
The text was updated successfully, but these errors were encountered: