Skip to content

Conversation

@fadotti
Copy link
Contributor

@fadotti fadotti commented Nov 14, 2025

The Lesson overview as well as the Assignment
sections have been updated such that all
references related to debugging with Chrome
are removed.

Because

This PR is submitted in order to update the 'Debugging Node' lesson from the NodeJS Course. The issue number is provided below.

This PR

  • The list item 'Use the Chrome DevTools to debug Node.' has been removed from the lesson overview.
  • The third item from the Assignment has been removed, since it's a tutorial on debugging Node with Chrome.

Issue

Closes #29444

Additional Information

Pull Request Requirements

  • I have thoroughly read and understand The Odin Project curriculum contributing guide
  • The title of this PR follows the location of change: brief description of change format, e.g. Intro to HTML and CSS lesson: Fix link text
  • The Because section summarizes the reason for this PR
  • The This PR section has a bullet point list describing the changes in this PR
  • If this PR addresses an open issue, it is linked in the Issue section
  • If any lesson files are included in this PR, they have been previewed with the Markdown preview tool to ensure it is formatted correctly
  • If any lesson files are included in this PR, they follow the Layout Style Guide

The Lesson overview as well as the Assignment
sections have been updated such that all
references related to debugging with Chrome
are removed.
@github-actions github-actions bot added the Content: NodeJS Involves the NodeJS course label Nov 14, 2025
### Introduction

Up until this point, you've likely only relied on the browser's DevTools to debug your code. <span id="two-ways">When it comes to debugging Node and server side code, VS Code has a handy built-in debugger that you can use to debug directly in your editor! Additionally, you can also set Google Chrome up to debug Node and get the full benefits of the Chrome DevTools. </span> Ultimately, this lesson will familiarize you with the Node debugger, which is a critical tool at this point in your learning, and will likely be a key tool you use daily in your professional life.
Up until this point, you've likely only relied on the browser's DevTools to debug your code.<span id="two-ways"> When it comes to debugging Node and server side code, VS Code has a handy built-in debugger that you can use to debug directly in your editor! Additionally, you can also set Google Chrome up to debug Node and get the full benefits of the Chrome DevTools, but this is beyond the scope of this lesson. </span> Ultimately, this lesson will familiarize you with the VS Code Node debugger, which is a critical tool at this point in your learning, and will likely be a key tool you use daily in your professional life.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needed to actually remove all references to using the Chrome debugger for Node purposes.

But while we're at it, also tweaked the overall wording to better flow with the rest of the curriculum since people may have used the VSC debugger already at parts.

Suggested change
Up until this point, you've likely only relied on the browser's DevTools to debug your code.<span id="two-ways"> When it comes to debugging Node and server side code, VS Code has a handy built-in debugger that you can use to debug directly in your editor! Additionally, you can also set Google Chrome up to debug Node and get the full benefits of the Chrome DevTools, but this is beyond the scope of this lesson. </span> Ultimately, this lesson will familiarize you with the VS Code Node debugger, which is a critical tool at this point in your learning, and will likely be a key tool you use daily in your professional life.
Up until this point, you've may have only relied on the browser's DevTools to debug your code. When it comes to debugging Node and server side code, VS Code has a handy built-in debugger that you can use to debug directly in your editor! Hopefully you'll have also made use of this at some points earlier in the curriculum already, but ultimately, this lesson will familiarize you with the VS Code Node debugger, which is a critical tool at this point in your learning, and will likely be a key tool you use daily in your professional life.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good, my latest commit uses your suggested wording.


The following questions are an opportunity to reflect on key topics in this lesson. If you can't answer a question, click on it to review the material, but keep in mind you are not expected to memorize or master this knowledge.

- [What are two ways to debug Node?](#two-ways)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The knowledge check question (both wording and link) needs changing due to the removal of Chrome/Node debugging in the intro

- [What can you use to debug Node?](#introduction)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated in the latest commits as well.

@fadotti fadotti requested a review from mao-sz November 14, 2025 13:28
@mao-sz mao-sz merged commit 0dd345c into TheOdinProject:main Nov 14, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Content: NodeJS Involves the NodeJS course

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Debugging Node: tutorial in article about debugging Node with Chrome does not work

2 participants