Skip to main content

3 docs tagged with "Debugging"

View All Tags

Debugging in JavaScript

In this tutorial, you will learn how to debug JavaScript code in the browser using the Chrome DevTools. We will cover the basics of debugging, including breakpoints, console, sources, call stack, watch, scope, network, performance, memory, profiling, and code coverage.

Debugging Tests in Create React App

Learn how to debug tests in React applications using Chrome DevTools and Visual Studio Code. Uncover the mysteries of debugging and defeat the Bug Monsters in your test code!

Setting Up Your Editor

Learn how to set up your text editor for working with Create React App. Enhance your editing experience and maximize productivity with these tips.