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 117176 - Support needed for more execution/debug options
Summary: Support needed for more execution/debug options
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@ruby
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2007-09-30 19:17 UTC by michaellatta
Modified: 2011-01-28 20:10 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description michaellatta 2007-09-30 19:17:34 UTC
The rails project only supports debugging the main server application of the project.  Even though this is a common case, a rails app can often have other 
aspects that need debugging.  These can be stand-alone ruby scripts for batch processing, test code, or other ruby code invoked from rake or shell scripts.  
The debugger and run menus should support user configured execution environments like Eclipse has for specifying the main program, the execution 
options, the command arguments, and so on.  In particular the option to execute a single test case in the debugger to see what is happening is a common 
scenario when writing tests first then using that structure to debug aspects of the system.
Comment 1 Martin Krauskopf 2007-10-01 14:06:23 UTC
Yes, you are definitely right. We need to come with something better. But did not get into 6.0, we are after feature
freeze and can't do any UI changes. To be done for after 6.0 release.
Note that you can already at least debug rake tasks. But it does not solve this issue.