Skip to content

Playground for practicing debugging with Visual Studio Code

Notifications You must be signed in to change notification settings

alexkrolick/debug-me-vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

debug-me-vscode

A playground for practicing debugging with Visual Studio Code.

Install

cd backend && yarn install
cd ..
cd frontend && yarn install

Run

With VSCode: Open the Tasks menu and run "Frontend dev server" and "Backend dev server" from the menu.

Command line: yarn dev in both directories

Debug

There are two branches that contain bugs: frontend-bug and backend-bug. Check one out and open VSCode.

Open the VSCode Debug (🐞) panel and press ▶️ for Frontend or Backend. Add breakpoints throughout the app by clicking in the gutter.

We're expecting to see this:

screen shot 2017-10-12 at 12 35 18 am

But sometimes we end up with something like this:

screen shot 2017-10-12 at 12 35 49 am

Or this:

screen shot 2017-10-12 at 12 32 54 am

               🐞🐞🐞🐞🐞🐞🐞🐞🐞
               🐞🐞🐞🐞🐞🐞🐞🐞🐞
               🐞🐞🐞🐞🐞🐞🐞🐞🐞
               🐞🐞🐞🐞🐞🐞🐞🐞🐞
               🐞🐞🐞🐞🐞🐞🐞🐞🐞
               🐞🐞🐞🐞🐞🐞🐞🐞🐞
               🐞🐞🐞🐞🐞🐞🐞🐞🐞
               🐞🐞🐞🐞🐞🐞🐞🐞🐞
               👢👢👢👢⚙️👢👢👢👢
               👢👢👢⚙️⚙️⚙️👢👢👢
               👢👢👢👢⚙️👢👢👢👢
🐞🐞🐞🐞🐞🐞🐞🐞🐞🐞🐞🐞🐞🐞🐞🐞🐞🐞🐞🐞🐞🐞🐞🐞🐞🐞🐞

              Can you fix it? 
    Put on your debugging hat and find out! 

About

Playground for practicing debugging with Visual Studio Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published