Ruby Development Tools Documentation - 0.6.0

Console View

The console view contains the output of a program. If the output of a ruby program contains a stack trace, every stack frame is clickable: When you place the mouse over a line in a stack trace, the pointer changes to the hyperlink symbol and clicking the hyperlink opens the associated file and moves to the appropriate line. If the file does not exist in the workspace, the Ruby External Editor is opened, which displays the file content read-only.

Figure 3.2. Console stack Trace with hyperlinks

Console stack Trace with hyperlinks