明壁幕府忍法帳 > Aptana Index > Home >Axway Appcelerator Studio >Axway Appcelerator Studio Guide > Web Development > JavaScript Development > Debugging JavaScript > About the Debug perspective > Using the Debug View

2019.10.14 Ver.5 (2021.5.1)

Using the Debug View

This page describes how to use the Debug View that is part of the Debug perspective.

Introduction

The Debug View displays all processes that are currently running and debugging targets for the Debug perspective.

Use the Debug View (shown below) to suspend, resume, or terminate the script that you are currently running.

Instructions

This section describes how to perform common debugging tasks using the Debug View.

Suspending a thread

To suspend a thread:

  1. In the Debug View, select the thread that you want to suspend.
  2. Click the Suspend button to suspend the JavaScript code on the first executed line. While the thread is suspended, your web browser user interface will be completely disabled.

After you suspend the thread, you can perform common debugging tasks, such as those listed below:

Related Topics