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 127185 - Debug selected ant target node in Files view
Summary: Debug selected ant target node in Files view
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Ant (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-12 11:30 UTC by Jiri Vagner
Modified: 2012-10-22 14:53 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 Jiri Vagner 2008-02-12 11:30:03 UTC
In Files view user can use "Run/Debug Target -> ...." actions from popup menu. With expanded build.xml node, popup menu
for each node contains only "Run Target". I think there should be also "Debug Target" menu item.

Product Version: NetBeans IDE 6.0.1 (Build 080206)
Java: 1.6.0-ea; Java HotSpot(TM) Client VM 11.0-b06
Comment 1 Peter Pis 2008-08-20 13:12:36 UTC
Reassigning to "ant".
Comment 2 Martin Entlicher 2008-12-03 17:47:38 UTC
It's not possible to plug into this menu (it's created at
o.apache.tools.ant.module/src/org/apache/tools/ant/module/nodes/AntTargetNode.java). Some place to register would have
to be requested.
Comment 3 Martin Entlicher 2012-10-22 14:53:05 UTC
This is already fixed.