Chrome DevTools
Step out of the current function
In Chrome DevTools, Shift + F11 will step out of the current function. The keys are the same on a Mac. It works in the browser version.
Where it works: Sources panel
Every documented variant
| System | Environment | Keys |
|---|---|---|
| Mac | Web app | ShiftF11 |
| Windows | Web app | ShiftF11 |
Where this comes from
Keyboard shortcuts - Chrome DevTools - Chrome for Developers
Documentation checked on 2026-09-14. That is a documentation review, not a test run inside the application.