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

Starting a Ruby debug session

This help topic explains how to start a Ruby debug session.

Instructions

To start a Ruby debug session:

  1. Open your ruby file and set a breakpoint like you would set a breakpoint in a java file.
  2. Select Run > Debug As > Ruby Application. The Debug perspective will open.
  3. In the launch view use step into, step over, step return to step through the code. Use the Resume button to resume the application.

Image:rubyDebugPerspective.png

Related Topics