This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 174043 - [68cat] [debug] Debugging doesn't open Output Window
Summary: [68cat] [debug] Debugging doesn't open Output Window
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Rails (show other bugs)
Version: 6.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-08 07:28 UTC by esmithbss
Modified: 2011-01-28 20:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description esmithbss 2009-10-08 07:28:26 UTC
[ BUILD # : 200910071536 ]
[ JDK VERSION : 1.6.* ]

The current default state for the output window on a new installation
is closed.

When launching a ruby program for debugging, the output window is not
opened automatically.  As a result, the user doesn't have the ability
to monitor the program as it starts or receive feedback on what is
happening.
Comment 1 Erno Mononen 2009-10-08 13:21:28 UTC
This appears to be on purpose for rails (i.e. when launching a server), not sure what was the reasoning. For plain ruby 
executions the OW window should be opened (that works for me in the latest build).