[2020-02] [debugger] Remove assert when the DebuggerTypeProxy cannot be instantiated...
commit35cc82cc6cc5430b3e33695ec4a43948b63b3471
authormonojenkins <jo.shields+jenkins@xamarin.com>
Tue, 28 Apr 2020 11:25:47 +0000 (28 07:25 -0400)
committerGitHub <noreply@github.com>
Tue, 28 Apr 2020 11:25:47 +0000 (28 13:25 +0200)
tree60c3954cba53e58b92ba5c52a0410be07cdfd958
parent00ae178a04316c7fc979a446b6e446c4956de845
[2020-02] [debugger] Remove assert when the DebuggerTypeProxy cannot be instantiated (#19632)

Remove the assert because we don't need to stop the debug if we cannot create the object when calling the constructor using invoke_method, if it's a DebuggerTypeProxy, we are not able to show the value of the DebuggerTypeProxy, but we still can show the Raw View, if it's not the case of DebuggerTypeProxy, we just cannot evaluate this expression, but we can continue the debug session.

Fix #19492

Backport of #19542.
mono/mini/debugger-agent.c