question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Guide] Update tutorial - Debugging JavaScript with Browser Devtools

See original GitHub issue

FCC update code editor from CodeMirror to Monaco Editor, document need to be updated.

Edit by @raisedadead:

These files need to be updated:

https://github.com/freeCodeCamp/freeCodeCamp/blob/da0df12ab7b3bae46c2a376da246a6c499afd88b/guide/russian/javascript/tutorials/debugging-javascript-with-browser-devtools/index.md

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
ghostcommented, Feb 22, 2019

To confirm, @cc189 & @raisedadead, you’re suggesting to change all references of CodeMirror to Monaco Editor in this guide (should it point to https://microsoft.github.io/monaco-editor/)? Assuming this should be done in all translations. I can go ahead and make this change once this is confirmed.

0reactions
cc189commented, Feb 22, 2019

Sounds good @rituteb

Read more comments on GitHub >

github_iconTop Results From Across the Web

Debug JavaScript - Chrome Developers
In your console.log() statements you need to explicitly specify each value that you want to inspect. With breakpoints, DevTools shows you the ...
Read more >
Learn Chrome DevTools - Quick Guide to Debugging ...
Learn Chrome DevTools - Quick Guide to Debugging JavaScript, HTML and CSS. In this tutorial we are going share everything you need to...
Read more >
How To Debug JavaScript with Google Chrome DevTools and ...
This tutorial will take a look at debugging JavaScript with the Google Chrome DevTools, as well as with the popular text editor Visual ......
Read more >
Debugging JavaScript Efficiently with Chrome DevTools | Buddy
Debugging JavaScript Efficiently with Chrome DevTools · 1. Add Breakpoints. Adding a Breakpoint · 2. View/Make Changes to Local, Closure and ...
Read more >
A Complete Guide to Debugging Javascript in Chrome
This article teaches you how to debug JavaScript code using the Chrome DevTools. You will learn how to debug one specific issue, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found