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

Summary: Support needed for more execution/debug options
Product: ruby Reporter: michaellatta <michaellatta>
Component: ProjectAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: blocker Keywords: UI
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.