-
Notifications
You must be signed in to change notification settings - Fork 15.7k
Debugging Node: Remove References to Debugging with Chrome #30415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The Lesson overview as well as the Assignment sections have been updated such that all references related to debugging with Chrome are removed.
| ### 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. |
There was a problem hiding this comment.
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.
| 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. |
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
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)There was a problem hiding this comment.
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.
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
Issue
Closes #29444
Additional Information
Pull Request Requirements
location of change: brief description of changeformat, e.g.Intro to HTML and CSS lesson: Fix link textBecausesection summarizes the reason for this PRThis PRsection has a bullet point list describing the changes in this PRIssuesection