Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed Debug Node Applications with Visual Studio Code!
You have completed Debug Node Applications with Visual Studio Code!
Preview
Learn how to inspect the flow of your application by stepping into and out of functions.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
Now, we'll take a look at how to inspect
the flow of your application by stepping
0:00
into and out of functions.
0:04
In the browser,
0:06
I'll once again trigger the break points
set on line 37 by clicking on a name.
0:07
Earlier, you used the step over
feature to inspect how your code
0:11
is executed line by line.
0:16
Step over doesn't go into functions,
it's steps over them,
0:18
which is where it gets its name.
0:21
For example, clicking the step over button
moves the debugger forward to line 39.
0:23
On line 39, there's a call to
the function reverse string.
0:29
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up