VS Code Can Do That - Workshop
1.0.0
1.0.0
  • Introduction
  • Essential Keyboard Shortcuts
  • Exercise 1 - Customizing The Editor
    • Before you start
    • Switch themes
    • Install a new icon theme
    • Switch fonts
    • Editor tweaks
    • Change default Settings view
    • Easily identify editor instances
  • Exercise 2 - Productivity Tricks
    • Before you start
    • Essential navigation shortcuts
    • Creating HTML with Emmet
    • Styling with Emmet
    • Update image sizes
  • Exercise 3 - Navigation And Refactoring
    • Before you start
    • Moving, Duplicating and Deleting
    • Folding sections
    • Multiple cursors
    • Rename refactor
    • Finding things
    • Extract refactor
  • Exercise 4 - Debugging
    • Before you start
    • Simple debugging
    • Simple launch config
    • Auto attach
    • Debugging browser apps
    • Compound debug configurations
  • Exercise 5 - Docker
    • Untitled
Powered by GitBook
On this page

Was this helpful?

  1. Exercise 4 - Debugging

Before you start

PreviousExtract refactorNextSimple debugging

Last updated 5 years ago

Was this helpful?

This is the point at which we begin to turn the dial on VS Code from "Editor" to "IDE".

This is also the most dense part of the workshop. Debugging configurations can be tedious and tricky. If you get frustrated, don't feel bad. You're not alone. Work your way through these exercises and I promise that you will understand far more than most people about VS Code's debugging abilities.

Open the "exercise-4-debugging" folder. It will tell you that there is a workspace file and ask if you want to open it. Select "Yes".

There are 4 projects in this folder. You will work through each one. As you do, be aware of which project you are working with. It's easy to get confused during this exercise because there are 4 projects within which to work.