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 78153 - There is no possibility to create breakpoint from breakpoint window
Summary: There is no possibility to create breakpoint from breakpoint window
Status: CLOSED WONTFIX
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Debugger (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Alexander Zgursky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-16 15:34 UTC by bugbridge
Modified: 2006-08-31 02:05 UTC (History)
1 user (show)

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 bugbridge 2006-06-16 15:34:27 UTC
Description:
Tested with build 
Steps to reproduce:
 - create a BPEL project
 - deploy it
 - start debugging
 - open Debuuging->Breakpoints window
 - try to add a breakpoint from that window by clicking New Breakpoint in
context menu 
 - New Breakpoint dialog will be opened but it allows to add java breakpoints only

The only type of a breakpoint we have so far for BPEL Debugger is a Line Breakpoint.
And Java Debugger doesn't allow to add a line breakpoint through the Breakpoints
View either. Assuming that in some rare cases it could be usefull to have an
option of adding line breakpoints through the Breakpoints View, I propose to
leave it as "RFE".
Comment 1 Alexander Zgursky 2006-08-03 13:13:54 UTC
Set as WONTFIX. The only type of a breakpoint we have right now is the "BPEL
Activity Breakpoint". To set it it needs to identify the valid position - the
BPEL Activity, either on the diagram or on the source editor. I really can not
thing of a UI that would allow user to put a "BPEL Activity Breakpoint" using
the "New breakpoint..." dialog, without using diagram or editor.
Comment 2 lchang 2006-08-08 02:42:38 UTC
Closing:  Breakpoints in both design view and source view is sufficient.