Known issues with Hermes debugging #1099
Labels
android
external-report
hermes
known-issues
Known issues for extension, most of them are external issues
The extension has experimental support for React Native Hermes debugging. At this moment we know about several issues related to Hermes debugging. Please see the list of known issues below.
The table of problems consists of two columns: first one illustrates the problem when debugging the app with Hermes enabled using prototype of the debugger in the extension, second one - when Chrome is used for debugging the app.
If you faced new issues with React Native Hermes debugging with React Native Tools, please send them to the commentaries section of this issue.
The list of issues
The debugger displays all the calls as well as Google Chrome, but also adds unknown calls.
Logs for problems 1, 2, 3.
If an object contains an array the debugger doesn't display the object's data.
Google Chrome displays some objects correctly, but not all (e.g. Map object).
The debugger doesn’t provide properties containing in “this” object.
See the issue Application crashes on debugging Map and Set objects.
Logs for problem 4 - 1 table row.
Logs for problem 4 - 2 table row.
The debugger remove local variables data only when it comes an array definition. Google Chrome displays array's data.
See the issue Runtime.callFunctionOn returns an empty value on debugging.
Logs for problem 5.
The text was updated successfully, but these errors were encountered: