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 52741

Summary: ant debug macro does not allow a customize section
Product: debugger Reporter: mclaassen <mclaassen>
Component: CodeAssignee: issues@debugger <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: ENHANCEMENT Exception Reporter:

Description mclaassen 2004-12-21 15:44:16 UTC
The <j2seproject:java> contains a customize 
section so other arguments can be sent to the VM 
and stuff.  This is great, however this is absent 
in the <j2seproject:debug>.

The only way to get this functionality is to copy 
the whole debug target to the build.xml and then 
modify the copy.  Not nearly as elegant a 
solution.