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 175523 - Unable to delete a brakpoint after a file renaming
Summary: Unable to delete a brakpoint after a file renaming
Status: VERIFIED DUPLICATE of bug 173184
Alias: None
Product: javafx
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Michal Skvor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-27 15:26 UTC by Alexandr Scherbatiy
Modified: 2009-10-28 11:19 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 Alexandr Scherbatiy 2009-10-27 15:26:07 UTC
Product Version         = NetBeans IDE Dev (Build 200910261401) (#42d7e53b634a)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor        = 1.6.0_15; Java HotSpot(TM) Client VM 14.1-b02; Sun Microsystems Inc.


Streps to reproduce:
- Create Main JavaFX file
- Type in the editor:
------------------------------
var a = 10;
------------------------------

- Set a breakpoint to the 'a' variable
- Rename the file to the Main2
- Try to unset the breakpoint
 The breakpoint is not removed
Comment 1 Alexandr Scherbatiy 2009-10-27 15:37:20 UTC

*** This issue has been marked as a duplicate of 173184 ***
Comment 2 Alexandr Scherbatiy 2009-10-28 11:19:38 UTC
verified as duplicate