Aptana Studio ヘルプ > はじめに > Inspecting and Debugging with Firebug

Stepping through your code

This page describes how to step through your code with Firebug.

Introduction

Stepping into a function or stepping over a function can help you see exactly what is going on within your JavaScript code. You can use stepping to navigate through your code in Firebug, similar to the way that stepping works in the Aptana JavaScript debugger.

Instructions

To step through your code:

  1. In the lower right corner of Firefox, click the Firebug button Image:iconFirebug.png to start Firebug.
  2. Click the Image:iconFirebugScript.png tab to view the Script tab.
  3. Use the Step Over Image:iconFirebugStepOver.png, Step Into Image:iconFirebugStepInto.png, and Step Out Image:iconFirebugStepOut.png buttons to step through your code..

Related Topics