After updating to 0.96.0 the hermes debugger doesn't load. The tab is empty.
Attempt to open Hermes Debugger (RN) tab
MacOS 11.4
Node 15.4.0
RN 0.64.1

For now I have rolled back to 0.95.0 where the hermes debugger still works/loads.
Confirmed, looking into it! Same problem for React DevTools as well
That's probably related to my changes in active device/app selection computation. I'll check that.
We just released 0.96.1 with the fix. Thanks for spotting that and reporting!
Now at 0.96.1 app instantly closes when I select Hermes Debugger in plugins tabs. DevTools seems to be working now though.
Edited:
updated everything again, made a clean build, seems to crash here:
Crashed Thread: 11 hermes-chrome-inspector-conn
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000090
Exception Note: EXC_CORPSE_NOTIFY
Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [98470]
Not sure if complete log will be useful. Should I open a separate issue?
@Pyroboomka probably a duplicate of https://github.com/facebook/hermes/issues/516, best follow along at the Hermes repo.
Does anyone having this issue use react-native-reanimated? I had this same issue until I tracked it down to that package. The 2.2.0 version fixed it for me, even mentions the fix in the release notes: https://github.com/software-mansion/react-native-reanimated/releases/tag/2.2.0
Most helpful comment
That's probably related to my changes in active device/app selection computation. I'll check that.