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 53062 - Add action Debug Target to context menu
Summary: Add action Debug Target to context menu
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Ant (show other bugs)
Version: 4.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-06 14:11 UTC by _ lcincura
Modified: 2009-11-16 08:55 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
screenshot of contextmenu (89.42 KB, image/jpeg)
2005-08-05 22:28 UTC, herkules
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ lcincura 2005-01-06 14:11:51 UTC
In files view expand some ant xml file. The
targets of the file are dispalyed, but the context
menu for the targets does not have the menu item
Debug Target even though Run Target is there.
Comment 1 Jesse Glick 2005-01-10 22:06:46 UTC
...and do you have the ant/debugger module installed?
Comment 2 Jan Jancura 2005-01-11 08:47:15 UTC
Lubo means editor pop-up menu. I have not added Debug action there,
because Run is not there too. Do you plan to change it, Jesse?
Comment 3 _ lcincura 2005-01-11 09:00:51 UTC
I mean the context menu of files view. Context menu for ant target
displays Run Target, but not Debug Target.
Comment 4 herkules 2005-08-05 22:14:51 UTC
same for me at home and at work ... no 'Debug Target' action anywhere. 
I always wondered how to start the debugger at all. No success so far.

Can I really make something wrong there?

(see attachment with screenshot)
Comment 5 herkules 2005-08-05 22:28:41 UTC
Created attachment 23534 [details]
screenshot of contextmenu
Comment 6 Jesse Glick 2005-08-05 22:58:33 UTC
There is currently no SPI for the ant/debugger module to extend the target
nodes. However the Debug submenu is available from the main file node. (It could
be added to the editor as well, as of NB 4.2.)
Comment 7 herkules 2005-08-05 23:20:53 UTC
OMG! Yes, I'm so stupid, I'm sorry! I looked for the menu many times w/o
success. But it's definately there. Never got the idea to ask the build.xml for
the context menu ... cannot understand why *blush*