Colin Sygiel
Colin Sygiel

Reputation: 945

How can I debug my React VR code?

I am using Visual Studio Code to build a React VR app and I am trying to figure out how I can inspect my code, i.e. through chrome dev tools. I have the React Developer Tools Chrome plugin installed however it is not detecting my React VR code. Are there any other ways?

I noticed nuclide, but that is only built for Atom?

Upvotes: 1

Views: 397

Answers (1)

Andru
Andru

Reputation: 6204

Try React Native Debugger. A great and easy way to debug react-native apps. Since React-VR includes React Native as a dependency it also works with react-vr. (I used it with react-vr!).

Upvotes: 2

Related Questions