Debugging Some vocab: Debugger: allow you watch what your code is doing/observe what is happening Breakpoints: A point at which you stop your code; Watches: Variables or expressions you want to observe Step over: step into: VS Code Debugger