This page describes how to step into or step over a function in your JavaScript code using the Aptana JavaScript debugger.
Introduction
Stepping into a function or stepping over a function can help you see exactly what is going on within your JavaScript code. To step into or step over a JavaScript function you will need to suspend the current thread, first, before proceeding.
Instructions
To step into or step over a JavaScript function:
- Start the debugger and switch to the Aptana Debug perspective. (See Running the debugger if you need help.)
- Suspend the current JavaScript thread.
- Step into, step over, or return from your function: