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 - Breakpoints are deleted in some cases
Summary: Breakpoints are deleted in some cases
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P4 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-27 03:51 UTC by Egor Ushakov
Modified: 2011-10-12 09:42 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 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