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 81828 - Allow to use BPEL Variable names as Watch expressions
Summary: Allow to use BPEL Variable names as Watch expressions
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Debugger (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Kirill Sorokin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-03 16:33 UTC by Alexander Pepin
Modified: 2008-03-03 09:22 UTC (History)
3 users (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 Alexander Pepin 2006-08-03 16:33:33 UTC
Now watch debug window shows only xpath expressions. It would be good if watch
showed also bpel variables in the same manner as BPEL Variables window does.
Comment 1 Joshua Sandusky 2006-08-03 21:47:19 UTC
The debugger plugin should support Watch/Set.

Currently the Watches window shows only xpath expressions.
Comment 2 Alexander Zgursky 2006-10-03 18:19:07 UTC
Josh, what did you mean by "Watch/Set"? I mean, I don't understand the "Set" part.
I believe the original request was to be able to show bpel variables in the
Watches View without using an xpath synthax. E.g. if have a message variable
myVar with two parts - part1 and part2, it should be possible to add "myVar" as
a watch expression to see both parts rather than creating two watches:
"$myVar.part1" and "$myVar.part2".
Are you suggesting to extend this issue to include some other functionality?
Comment 3 Joshua Sandusky 2006-10-09 20:29:40 UTC
Alex, the "watch/set" terminology was just taken from a high-level plan, they
are the same thing. I think the general idea is to have something that allows
you to do what the Java debugger Watches view does. There's no additional
extended functionality implied here.
Comment 4 Alexander Zgursky 2006-10-19 17:19:16 UTC
As per Josh's explanation considering the Watches feature is already
implemented, renaming this issue from "Watch and Set support" to "Allow to use
BPEL Variable names as Watch expressions".
Comment 5 Jiri Prox 2007-09-17 20:20:02 UTC
Obsolete milestone, please reevaluate
Comment 6 Kirill Sorokin 2007-12-04 16:24:31 UTC
-> FIXED

Variables are now properly handled by the Watches view.
Comment 7 Kirill Sorokin 2007-12-07 06:38:42 UTC
I guess it affects docs.
Comment 8 Ivan Sidorkin 2008-02-15 06:15:12 UTC
still can't use variable name in Watch window
NetBeans IDE Dev (Build 200802140010)
Comment 9 Kirill Sorokin 2008-02-17 22:47:36 UTC
Refix.
Comment 10 Ivan Sidorkin 2008-03-03 09:22:32 UTC
verified with Build 200803021202