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 177728

Summary: Breakpoints are deleted in some cases
Product: cnd Reporter: Egor Ushakov <gorrus>
Component: DebuggerAssignee: Egor Ushakov <gorrus>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Egor Ushakov 2009-11-27 03:51:24 UTC
Steps to reproduce:
- create two same projects in the folder with spaces
- set some breakpoints in both projects on the same lines
- start debugging
Sometimes breakpoints are deleted.
This happens because we check full file path after it was created and can remove valid breakpoint if file name is the same in another project.
Comment 1 Egor Ushakov 2011-10-12 09:42:42 UTC
fixed in the new infrastructure