Setting up Break point Debugging for React Native project in VS code

preview_player
Показать описание
In this video I will show you'll how to setup your Visual studio code IDE to debug your React Native Application with breakpoints.This method of debugging is really simple to setup takes maximum 5 minutes.The advantage of this method of debugging is that you can avoid adding traditional console logs in the code and actually see the sequence of code execution instead of searching for logs.

Advantages of the Attach to packager or Hermes application is that developers can attach the debugger to a already running application unlike for example in the Debug android option available in the vs code which would start its own packager, Because I think most of the RN developers are used to starting their own packager with their own modified scripts.

Рекомендации по теме