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 - Breakpoints in removed projects still cause errors
Summary: Breakpoints in removed projects still cause errors
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: PC Linux
: P4 normal (vote)
Assignee: issues@contrib
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-24 13:25 UTC by piotr.praczyk
Modified: 2013-04-24 13:25 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 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.