- Folks from the Chakra team showed off support for time travel debugging in Node at the NodeSummit .
- The node process is then started with a -TTReplay flag that replays the actions.
- In the VSCode ReactNative debugger, we replace Chrome with a Node process that VSCode can attach to, as a debugger.
- Putting these together, I was able to enable time travel debugging for ReactNative using VSCode and Chakra core — is a demo.
- In a previous blog post , I had also explained how I was using a node process to enable VSCode debug ReactNative apps.

@mattpodwysocki: “Awesome stuff with time travel debugging with @reactjs Native with ChakraCore” open tweet »