Debugging

Frontend

The easiest way to debug the frontend is by using Google DevTools.

On the frontend code, place the debugger where you want the code to stop.

Then on Google Chrome, open the Google DevTools.

When the application reaches some debugger, it will stop and you can inspect the application state at that point.


← Setup                                                                          Versioning →