Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript Set up Debugging with VS Code

My Visual Studio Code looks different, there is no debugging symbol in the panel.

Can someone tell me how to get into debugging mode? Thanks a lot! :)

8 Answers

Stheven Cabral
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Stheven Cabral
Full Stack JavaScript Techdegree Graduate 29,854 Points

If you don't see the debug icon, you can click the 'Run' tab at the top to view debugging options. Hit 'Start Debugging' and choose node.js as your environment.

The important thing to keep in mind in these situations is that applications often change. So though there are some differences if they were major treehouse would of definitely mentioned that either in the notes or just of updated the video. There is no longer a debugger button but there is a RUN button that looks like a play button with a bug on it. from there you should be able to use the same features with a few differences along the way. Just play around with it and be patient.

The Run and Debug panels are combined. It looks like this now:

Image Link: https://d.pr/i/55JKZA

Did you ever figure this out?

The current shortcut on a mac is f5 and select node to see debug option.