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

Summary: Unable to delete a brakpoint after a file renaming
Product: javafx Reporter: Alexandr Scherbatiy <sunflower>
Component: DebuggerAssignee: Michal Skvor <misk>
Status: VERIFIED DUPLICATE    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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