Debuggers and icons meaning.
- Resume script execution until the next breakpoint if any
- Step over line of code
- Step into line of code
- Step out of line of code
- Step (not documented)
- Deactivate breakpoints (not documented)
- Pause on exceptions (not documented)
Firefox/Gecko Documentation
- Resume script execution until the next breakpoint if any
- Step Over
- Step In
- Step Out
- Deactivate breakpoints
- General debugger Settings
Safari/WebKit Documentation
- Disable/Enable All breakpoints
- Resume/Continue/Pause script Execution
- Step Over
- Step Into
- Step Out
- Step
- Safari Step Into is a lot more detailed than Edge and Firefox, by stepping through all the steps into a function.