Friday, November 8, 2019

React Native Debug with VSCode in Simple Steps.

As programmer we always want to do debugging from editor.Here are four simple steps to setup react native debugging in VSCode.
Step 1: Install VSCode extension React Native Full Pack
Step 2: Create Launch.json for debugging configuration file creation.
Launch.json file
Step 3: Make sure you Enabled Debug JS Remotely and Enable Live Reload
Step 4: Hola last step is what you are looking for. Happy debugging. :)
Note : Here Debug iOS selected.
Now its time to rock and roll with breakpoint.

No comments:

Post a Comment