Step Over in VS Code

From the VS Code Shortcuts cheat sheet · Debug & Terminal · verified Jul 2026

Step Over

Execute current line and move to next

text
F10 (Windows)
F10 (Mac)
💡 Step through code line by line
⚡ Skip into function calls
🔍 Stay at current stack level
debug

More VS Code tasks

Back to the full VS Code Shortcuts cheat sheet