Known Ruby debugging limitations [edit]

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