Skip to content
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

Remove the info about Chrome debugger not working #449

Merged
merged 1 commit into from
Sep 4, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/content/3/en/part3c.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ The debugging view works the same way as it did with React applications. The <i>

![](../../images/3/38e.png)

Note that currently there is a [bug](https://github.com/nodejs/node/issues/23693) in debugger that forces one to use the _debugger_ statement in the code to get breakpoints working.

All of the application's console.log messages will appear in the <i>Console</i> tab of the debugger. You can also inspect values of variables and execute your own JavaScript code.

![](../../images/3/39e.png)
Expand Down