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 81789 - debug-single cannot have runtime args configured
Summary: debug-single cannot have runtime args configured
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-03 11:09 UTC by stevep_bemac
Modified: 2006-08-03 11:09 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 stevep_bemac 2006-08-03 11:09:23 UTC
Most IDE's allow you to configure via the GUI, some run time configurations for 
a single file debug session, (right click mouse select debug file mode) 
especially when you can have more than one main in java classes. Currently you 
have to manually edited ant tasks which I have yet to figure out how to achieve 
this, it seems to complex, and there is no hook in the build.xml file to even 
do this. Can this feature be considered as it would make live easier using 
netbeans or some very comprehensive docs that tell you how?