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 228956

Summary: Breakpoints in removed projects still cause errors
Product: contrib Reporter: piotr.praczyk
Component: CodeAssignee: issues@contrib <issues>
Status: NEW ---    
Severity: normal    
Priority: P4    
Version: 7.3   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description piotr.praczyk 2013-04-24 13:25:19 UTC
If you have breakpoints set in a project which subsequently gets removed, those breakpoints stay in the IDE.

Whenever I debug another project, I can see a series of errors (one for every breakpoint in removed projects).
I believe, breakpoints should be removed together with a project.

Possibly, this can manifest only after not only removing project from the workspace, but also subsequently removing files from the filesystem.