Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

[release-8.4] [Debugger] Fix InvalidCastException in MacObjectValueTreeView.OnCopy() #9585

Merged
merged 1 commit into from
Jan 28, 2020

Conversation

monojenkins
Copy link
Contributor

Based on "Find References" on GetRawValue(), it seems that this can
sometimes return RawValueString instead of string. Make sure that
we handle this instead of assuming the value returned by GetRawValue()
is always a string.

Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1054038/

Backport of #9584.

/cc @jstedfast

Based on "Find References" on GetRawValue(), it seems that this can
sometimes return RawValueString instead of string. Make sure that
we handle this instead of assuming the value returned by GetRawValue()
is always a string.

Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1054038/
@jstedfast jstedfast requested review from jstedfast, sgmunn, agocke, bratsche, ketttY and mrward and removed request for agocke January 22, 2020 17:31
@slluis slluis merged commit 561b486 into release-8.4 Jan 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants