Skip to content

Releases: Unity-Technologies/UnityMixedCallstack

Fixed issue where Visual Studio could not find correct pmip file

27 Jun 14:47
f9b0aa5
Compare
Choose a tag to compare

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

28 Feb 15:30
da539d2
Compare
Choose a tag to compare

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

Full Changelog: 2.8...2.9

Visual Studio 2022 fixed visix installer issue

18 Feb 16:07
abb5a72
Compare
Choose a tag to compare

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

18 Feb 16:13
Compare
Choose a tag to compare

Fixed issue where the visix installer would not find any compatible versions of visual studio.

Visual Studio 2022 support

30 Nov 18:59
b21fae7
Compare
Choose a tag to compare

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

01 Sep 13:22
5ee770d
Compare
Choose a tag to compare

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

20 Apr 14:07
Compare
Choose a tag to compare
2.5

Updating to support visual studio 2019

Fixes crash when debugging minidump containing mono-bdwgc.dll

15 Feb 17:58
b4a681a
Compare
Choose a tag to compare
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

05 Sep 14:01
Compare
Choose a tag to compare

Release Notes:

  • Fixes an issue which may cause visual studio to crash

Version 2.2

13 Jun 16:30
4606aab
Compare
Choose a tag to compare

Initial Release.