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 trialFanny Petersen
6,543 PointsMy 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
Full Stack JavaScript Techdegree Graduate 29,854 PointsIf 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.
Trevor Maltbie
Full Stack JavaScript Techdegree Graduate 17,021 PointsVSC is quite a bit different from when this video was made. Video could use an update.
Rashad Madison
Full Stack JavaScript Techdegree Graduate 26,370 PointsThe 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.
Terrance Ford
Full Stack JavaScript Techdegree Graduate 19,273 PointsPress ctrl + shift + d to display the debug side bar, I hope this helps.
Mike Straw
7,100 PointsThe Run and Debug panels are combined. It looks like this now:
Image Link: https://d.pr/i/55JKZA
Miguel Adan
5,370 PointsDid you ever figure this out?
Norman Lew
Full Stack JavaScript Techdegree Graduate 14,784 PointsI’ve got the same problem...
Rohith S
5,428 PointsThe current shortcut on a mac is f5 and select node to see debug option.
Matthew Manzano
Full Stack JavaScript Techdegree Student 11,205 PointsMatthew Manzano
Full Stack JavaScript Techdegree Student 11,205 PointsThank you!!