The valueToString operation introduced by #742 is incompatible with the way the implementation from #739 as it tries to manifest an object from stack while the implementation needed by the debugger returns the value as-is without further evaluation.
coverage: 68.143% (-0.4%) from 68.497%
when pulling 8a3c380777735a95b46745941e53b5fbf4f4c883 on theSuess:fix/add-debugvaluetostring
into 214a61790a4ec164beadd4ccf3a2b84418c06eb0 on google:master.
The
valueToString
operation introduced by #742 is incompatible with the way the implementation from #739 as it tries to manifest an object from stack while the implementation needed by the debugger returns the value as-is without further evaluation.