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

Development Tools Set Breakpoints to Pause Execution

What file do I open to view the "Reversify" program in a browser?

I took the prerequisites listed for this course, but I have no what I need to do to view the example program, "Reversify", that Guil is using, in a browser.

When the program is running just type localhost:3000 in your browser and it should be right there.

1 Answer

Donte White
Donte White
15,012 Points

You should be running the debugger in VS Code by pressing the play button at the top once in the debug section. Once having done so, just type localhost:3000 in your browser and it should pop up. If you're unsure if you're running the debugger, you should see an orange bar at the bottom if it's running.

Hope this helps!