Aptana Studio ヘルプ > はじめに > Developing Jaxer Projects > Jaxer-related Views

Displaying the Jaxer Shell View

This Help topic gives an overview of the Jaxer Shell View.

Contents

Introduction

The Jaxer Shell View provides you with an Ajax command-line console to interact with the Jaxer server. You can type single line commands or function definitions to execute on the Jaxer server. The console will then display your results.

Instructions

Displaying the Jaxer Shell View

To display the Jaxer Shell View:

  1. From the Window menu, select Show View > Other... to open a Show View window.
  2. On the Show View window, expand the Aptana folder and select Jaxer Shell.
  3. Click OK.

Aptana displays the Jaxer Shell View (shown below).

Image:jaxerShellView2.png

Typing commands

Type your JavaScript commands into the top panel:

The bottom panel displays the commands that Jaxer received and any output.

Running commands

Use the following buttons to run your commands on one or more servers:

Navigating your commands

Use the History drop-down list to navigate through your previous commands.

Managing the console

Use the following buttons to manage the console output:

Related Topics

Under Construction