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 66634 - "New Breakpoint" dialog - breakpoint properties are inconsistent with the selected Debugger
Summary: "New Breakpoint" dialog - breakpoint properties are inconsistent with the sel...
Status: CLOSED DUPLICATE of bug 66627
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-12 16:10 UTC by Alexander Zgursky
Modified: 2010-04-29 09:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Sample module project to reproduce the issue (7.42 KB, application/octet-stream)
2005-10-12 16:12 UTC, Alexander Zgursky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Zgursky 2005-10-12 16:10:48 UTC
I'm depeloping a module that exposes new debugger engine and also new breakpoint
type for it. When my module is installed in the IDE and I'm trying to add a
breakpoint by selecting "Run->New Breakpoint...", it shows me a "New Breakpoint"
dialog on which I can see the following:
Debugger: Java
Breakpoint type: <new breakpoint type>
and all other breakpoint-type-specific properties are really my new breakpoint
type properties.

If than I change the "Debugger:" field from "Java" to the my new debugger -
nothing else on the dialog would change.
And if than I change the "Debugger:" field back to "Java" - "Breakpoint type"
field would be set to one of Java breakpoint types and additional fields for
that java breakpoint type would appear.

In short, the problem is when "New Breakpoint" dialog is opened, the "Debugger"
field value is inconsistent with all other fields unless you have changed it once.
Comment 1 Alexander Zgursky 2005-10-12 16:12:36 UTC
Created attachment 25876 [details]
Sample module project to reproduce the issue
Comment 2 Alexander Zgursky 2005-10-12 16:16:44 UTC
Attached project defines new breakpoint type - "Some breakpoint type" for
display category ("Debugger:" field in the "New Breakpoint..." dialog) "Some
category".
Comment 3 Roman Ondruska 2005-10-13 17:11:03 UTC
Not able to open the attached project in current build. Can you check if it is
ok on your machine? Thanks.
Comment 4 Martin Entlicher 2005-10-14 17:07:45 UTC
Is't this a duplicate of issue #66627?

*** This issue has been marked as a duplicate of 66627 ***
Comment 5 Quality Engineering 2010-04-29 09:26:21 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.