Debugging Express with V8 inspector

Debugging the Express part of your MEAN application can be a complicated task. Fortunately, there is a great tool that solves this issue called V8 inspector. V8 Inspector is a debugging tool that uses the Blink (a WebKit Fork) Developer Tools. In fact, developers using Google's Chrome browser are already familiar with it, in the form of the Chrome Developer Tools interface. The V8 inspector supports some pretty powerful debugging features:

  • Source code file navigation
  • Breakpoint manipulation
  • Stepping over, stepping in, stepping out, and resuming execution
  • Variable and property inspection
  • Live code editing

To debug your application, you will need to access the V8 inspector interface using a compatible web browser. You ...

Get MEAN Web Development - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.