mattbfb
mattbfb
@HoaiHuynh there is currently a bug preventing the loading of source maps in that case. We are currently working on a fix. In the meantime, the primary way to debug...
@skurgansky-sugarcrm can you share more details about your environment, the steps you've attempted, and any errors you receive? Launching a new app via `npx react-native init DebugProject && cd "./DebugProject"...
@skurgansky-sugarcrm Thanks for sharing those details. The filesystem view is currently not populated by the Hermes debugger, but you can find an "Open file" menu item in the collapsed items...
Recent versions of Chrome have stopped fetching sources from URLs in this scenario. We have an upcoming fix that will restore this functionality (by fetching the source directly, instead of...
I believe this is currently unavailable for iOS, and will be tacked as a part of a move to ICU (https://github.com/facebook/hermes/issues/1172)
Thanks for putting this together! I think there are a couple lingering conflicts and test failures, but I believe rebasing will resolve both. EDIT: Ah, the tests re-ran and the...
We are currently implementing some changes that will allow for profiling in release-like optimized builds. For developer/debug builds, both iOS and Android should be eligible for profiling in current versions...
@nitish24p I'm not sure exactly which version added it, but it should span several recent versions. I have tested in 0.71.1 below. Can you try the following example workflow and...
@nitish24p The steps outlined above are currently only available in development/debug builds.
No updates to share at this time, although the issue is still on our radar.