Releases: Unity-Technologies/UnityMixedCallstack
Fixed issue where Visual Studio could not find correct pmip file
When performing extended debugging sessions in a single visual studio instance the plugin was not correctly updating and reading the new pmip files for the currently connected PID.
What's Changed
- Check pmip pid to force a refresh when it doesn't match on subsequent… by @UnityAlex in #21
Full Changelog: 2.9...2.9.1
Line number and multiple domain support
Starting in Unity 2023.2.0a5 the mono runtime will support line number resolution for most frames in the callstack window. This version of the visual studio mixed callstack plugin is required in order for line number resolution and multiple domain support to function. It should also be possible to add this plugin to ARM versions of Visual Studio as well.
This release is for VS 2022 only.
What's Changed
- Line number and multiple domain support by @UnityAlex in #20
Full Changelog: 2.8...2.9
Visual Studio 2022 fixed visix installer issue
Fixed an issue where the visix installer would not find any compatible releases available due to some incorrectly formatted version ranges within the visix manifest.
Visual Studio 2019 fixed visix installer issue
Fixed issue where the visix installer would not find any compatible versions of visual studio.
Visual Studio 2022 support
This release only adds Visual Studio 2022 support to the mixed callstack plugin. There are no other functional changes.
What's tested in this release:
Visual Studio 2022 mixed callstack support
It has been reported that this release does not work for VS2019. Please use 2.6 if you are on a previous version of visual studio.
Actually fixing culture bug release
Previous 2.6 release didn't contain the fix! This one does! I triple checked this time!
If you've already installed the broken plugin you will need to uninstall and reinstall as they are tagged with the same version.
Visual Studio 2019 Support
2.5 Updating to support visual studio 2019
Fixes crash when debugging minidump containing mono-bdwgc.dll
Merge pull request #9 from mderoy/fix-minidump-crash Fix crash when minidump contains mono-2.0 dll (aka minidumps of unity games)
Version 2.3
Release Notes:
- Fixes an issue which may cause visual studio to crash
Version 2.2
Initial Release.