Closed RedMickey closed 4 years ago
https://github.com/microsoft/vscode-chrome-debug-core/issues/517 The goal of this PR is to fix debugging of React Native Hermes applications via React Native Tools extension. The table below contains the fixes descriptions:
description
RemoteObject
Runtime.callFunctionOn
For reference: the list of known issues with Hermes debugging for React Native Tools extension.
Hi @roblourens . Do you know when this fix will be published in a new chrome-debug-core release? Thanks.
chrome-debug-core
I have published an update, sorry I meant to do it earlier.
https://github.com/microsoft/vscode-chrome-debug-core/issues/517 The goal of this PR is to fix debugging of React Native Hermes applications via React Native Tools extension. The table below contains the fixes descriptions:
description
field in aRemoteObject
. See getRemoteObjectPreview_primitive method.Runtime.callFunctionOn
method returns an empty object. See getNumPropsByEval method.RemoteObject
with function data doesn't containdescription
field. See createFunctionVariable method.For reference: the list of known issues with Hermes debugging for React Native Tools extension.