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 121524 - [DBG] Breakpoints not removed after deleting file
Summary: [DBG] Breakpoints not removed after deleting file
Status: VERIFIED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-08 23:29 UTC by Ivan Sidorkin
Modified: 2008-02-22 13:08 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 Ivan Sidorkin 2007-11-08 23:29:55 UTC
- open some php file
- open Breakpoints window
- add some breakpoints
- delete file

breakpoints still exists in Breakpoints window
Comment 1 Denis Anisimov 2007-11-09 14:11:57 UTC
    Checking in php/debugger/src/org/netbeans/modules/php/dbgp/breakpoints/AbstractBreakpoint.java;
    /cvs/scripting/php/debugger/src/org/netbeans/modules/php/dbgp/breakpoints/AbstractBreakpoint.java,v  <-- 
AbstractBreakpoint.java
    new revision: 1.4; previous revision: 1.3
    done
    Checking in php/debugger/src/org/netbeans/modules/php/dbgp/breakpoints/BreakpointActionProvider.java;
    /cvs/scripting/php/debugger/src/org/netbeans/modules/php/dbgp/breakpoints/BreakpointActionProvider.java,v  <-- 
BreakpointActionProvider.java
    new revision: 1.6; previous revision: 1.5
    done
    Checking in php/debugger/src/org/netbeans/modules/php/dbgp/breakpoints/LineBreakpoint.java;
    /cvs/scripting/php/debugger/src/org/netbeans/modules/php/dbgp/breakpoints/LineBreakpoint.java,v  <-- 
LineBreakpoint.java
    new revision: 1.5; previous revision: 1.4
    done
    RCS file: /cvs/scripting/php/debugger/src/org/netbeans/modules/php/dbgp/breakpoints/BreakpointClearService.java,v
    done
    Checking in php/debugger/src/org/netbeans/modules/php/dbgp/breakpoints/BreakpointClearService.java;
    /cvs/scripting/php/debugger/src/org/netbeans/modules/php/dbgp/breakpoints/BreakpointClearService.java,v  <-- 
BreakpointClearService.java
    initial revision: 1.1
    done
    Checking in php/debugger/src/META-INF/debugger/org.netbeans.api.debugger.LazyDebuggerManagerListener;
    /cvs/scripting/php/debugger/src/META-INF/debugger/org.netbeans.api.debugger.LazyDebuggerManagerListener,v  <-- 
org.netbeans.api.debugger.LazyDebuggerManagerListener
    new revision: 1.3; previous revision: 1.2
    done
Comment 2 Ivan Sidorkin 2007-11-14 14:19:10 UTC
verified