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.

View | Details | Raw Unified | Return to bug 14808
Collapse All | Expand All

(-)debuggercore/src/org/netbeans/modules/debugger/resources/Breakpoint.xml (-1 / +1 lines)
Lines 1-5 Link Here
1
<?xml version="1.0"?>
1
<?xml version="1.0"?>
2
<!DOCTYPE annotationtype PUBLIC "-//NetBeans//DTD annotation type 1.0//EN" "http://www.netbeans.org/dtds/annotation-type-1_0.dtd">
2
<!DOCTYPE type PUBLIC "-//NetBeans//DTD annotation type 1.0//EN" "http://www.netbeans.org/dtds/annotation-type-1_0.dtd">
3
<type
3
<type
4
    name='Breakpoint'
4
    name='Breakpoint'
5
    description_key='HINT_BREAKPOINT'
5
    description_key='HINT_BREAKPOINT'
(-)debuggercore/src/org/netbeans/modules/debugger/resources/BreakpointableLine.xml (-1 / +1 lines)
Lines 1-5 Link Here
1
<?xml version="1.0"?>
1
<?xml version="1.0"?>
2
<!DOCTYPE annotationtype PUBLIC "-//NetBeans//DTD annotation type 1.0//EN" "http://www.netbeans.org/dtds/annotation-type-1_0.dtd">
2
<!DOCTYPE type PUBLIC "-//NetBeans//DTD annotation type 1.0//EN" "http://www.netbeans.org/dtds/annotation-type-1_0.dtd">
3
<type
3
<type
4
    name='BreakpointableLine'
4
    name='BreakpointableLine'
5
    description_key='HINT_ANNOTATION'
5
    description_key='HINT_ANNOTATION'
(-)debuggercore/src/org/netbeans/modules/debugger/resources/CallSite.xml (-1 / +1 lines)
Lines 1-5 Link Here
1
<?xml version="1.0"?>
1
<?xml version="1.0"?>
2
<!DOCTYPE annotationtype PUBLIC "-//NetBeans//DTD annotation type 1.0//EN" "http://www.netbeans.org/dtds/annotation-type-1_0.dtd">
2
<!DOCTYPE type PUBLIC "-//NetBeans//DTD annotation type 1.0//EN" "http://www.netbeans.org/dtds/annotation-type-1_0.dtd">
3
<type
3
<type
4
    name='CallSite'
4
    name='CallSite'
5
    description_key='HINT_CALLSITE'
5
    description_key='HINT_CALLSITE'
(-)debuggercore/src/org/netbeans/modules/debugger/resources/CondBreakpoint.xml (-1 / +1 lines)
Lines 1-5 Link Here
1
<?xml version="1.0"?>
1
<?xml version="1.0"?>
2
<!DOCTYPE annotationtype PUBLIC "-//NetBeans//DTD annotation type 1.0//EN" "http://www.netbeans.org/dtds/annotation-type-1_0.dtd">
2
<!DOCTYPE type PUBLIC "-//NetBeans//DTD annotation type 1.0//EN" "http://www.netbeans.org/dtds/annotation-type-1_0.dtd">
3
<type
3
<type
4
    name='CondBreakpoint'
4
    name='CondBreakpoint'
5
    description_key='HINT_CONDITIONAL_BREAKPOINT'
5
    description_key='HINT_CONDITIONAL_BREAKPOINT'
(-)debuggercore/src/org/netbeans/modules/debugger/resources/CurrentPC.xml (-1 / +1 lines)
Lines 1-5 Link Here
1
<?xml version="1.0"?>
1
<?xml version="1.0"?>
2
<!DOCTYPE annotationtype PUBLIC "-//NetBeans//DTD annotation type 1.0//EN" "http://www.netbeans.org/dtds/annotation-type-1_0.dtd">
2
<!DOCTYPE type PUBLIC "-//NetBeans//DTD annotation type 1.0//EN" "http://www.netbeans.org/dtds/annotation-type-1_0.dtd">
3
<type
3
<type
4
    name='CurrentPC'
4
    name='CurrentPC'
5
    description_key='HINT_CURRENT_PC'
5
    description_key='HINT_CURRENT_PC'
(-)debuggercore/src/org/netbeans/modules/debugger/resources/DisabledBreakpoint.xml (-1 / +1 lines)
Lines 1-5 Link Here
1
<?xml version="1.0"?>
1
<?xml version="1.0"?>
2
<!DOCTYPE annotationtype PUBLIC "-//NetBeans//DTD annotation type 1.0//EN" "http://www.netbeans.org/dtds/annotation-type-1_0.dtd">
2
<!DOCTYPE type PUBLIC "-//NetBeans//DTD annotation type 1.0//EN" "http://www.netbeans.org/dtds/annotation-type-1_0.dtd">
3
<type
3
<type
4
    name='DisabledBreakpoint'
4
    name='DisabledBreakpoint'
5
    description_key='HINT_DISABLED_BREAKPOINT'
5
    description_key='HINT_DISABLED_BREAKPOINT'
(-)debuggercore/src/org/netbeans/modules/debugger/resources/DisabledCondBreakpoint.xml (-1 / +1 lines)
Lines 1-5 Link Here
1
<?xml version="1.0"?>
1
<?xml version="1.0"?>
2
<!DOCTYPE annotationtype PUBLIC "-//NetBeans//DTD annotation type 1.0//EN" "http://www.netbeans.org/dtds/annotation-type-1_0.dtd">
2
<!DOCTYPE type PUBLIC "-//NetBeans//DTD annotation type 1.0//EN" "http://www.netbeans.org/dtds/annotation-type-1_0.dtd">
3
<type
3
<type
4
    name='DisabledCondBreakpoint'
4
    name='DisabledCondBreakpoint'
5
    description_key='HINT_DISABLED_CONDITIONAL_BREAKPOINT'
5
    description_key='HINT_DISABLED_CONDITIONAL_BREAKPOINT'

Return to bug 14808