The list of variables/expressions the debugger is tracking. In MetaEditor, you add watched expressions in the Debug window to see their current values at each step. In Visual Studio, the Watch window serves the same purpose. Keeping critical variables in the watch list lets you see real-time changes as you step through code.