Aptana Studio ヘルプ > はじめに > RDT (Ruby Development Tools) > Ruby Debugger

Known Ruby debugging limitations

This page discusses known Ruby debugging limitations.

Introduction

The ruby debugger is still under development and there are some limitations, which must be considered when debugging your application:

Writing Bug Reports

In order to provide useful information in case of errors, you should turn on verbose mode for the ruby debugger. To do so, go to Window > Preferences... > Ruby > Debugger and ensure the Debugger verbose mode checkbox is checked.

Related Topics