Aptana Studio ヘルプ > はじめに > Debugging JavaScript with the Aptana Studio Debugger

Accessing your debugger log

This page describes how to access your debugger log in Firefox.

Contents

  • Introduction

    Just like Aptana Studio has a log file to help diagnose bugs, the Aptana JavaScript debugger has an error log that you can access through Firefox. If you think you find a bug in the debugger, you can post the log contents to the forums or Trac to help the Aptana team troubleshoot the issue.

    Instructions

    You will need to have installed the debugger into your browser to be able to access your log. See Installing the JavaScript debugger or Installing the IE debugger for installation help.

    Accessing the Firefox debugger log

    To access your Firefox debugger log:

    1. In Firefox, select Extensions (called Add-ons in some Firefox configurations) from the Tools menu to open an Extensions pop-up window.
    2. In the Extensions pop-up window, select the Aptana Debugger Service.
    3. Click the Options button to open an Aptana Debugger Preferences pop-up window.
    4. To the right of the path for the Error Log, click the View button to display the Error Log.

    - or -

    1. In Firefox, click on Aptana logo on Firefox status bar, choose "About Aptana IDE..." menu item.
    2. Click the Preferences button to open an Aptana Debugger Preferences pop-up window.
    3. To the right of the path for the Error Log, click the View button to display the Error Log.

    Accessing the IE debugger log

    To access your IE debugger log:

    1. Start IE.
    2. Click the Aptana button Image:iconAptana.png, and select Support > Open log files (shown below) to open your log files.

      Image:ieDebuggerSupport.png

    The IE debugger opens your log file(s) in a text editor.

    Related Topics