1. 8
    Use the Debugger in a React Native App
    3m 15s

Use the Debugger in a React Native App

InstructorChris Achard

Share this video with your friends

Send Tweet

React Native applications can be debugged with the Chrome debugger by inserting a debugger command in React Native. Then, you can see all the variables and their values in the current scope, and even change the values, and continue execution. We’ll also use breakpoints in the debugger, and learn how to pause on exceptions - all of which can be used to better understand what is happening during an error or exception case.