1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/debug/org.eclipse.cdt.debug.core
Mikhail Khodjaiants 5669e06d25 Fix for PR 43101: Breakpoint exception when source doesn't exist.
The 'fireBreakpointChanged' method of 'BreakpointManager' is used to notify the UI components that a breakpoint is added. This is a part of new implementation to support deffered breakpoints. For new breakpoints the 'delta' argument is null. Check if delta is not null to avoid this problem.
2003-09-15 18:33:15 +00:00
..
schema added supported cpu list to debugger extension 2002-11-13 14:00:33 +00:00
src/org/eclipse/cdt/debug Fix for PR 43101: Breakpoint exception when source doesn't exist. 2003-09-15 18:33:15 +00:00
.classpath Added persistency to the source locator. 2003-02-18 19:43:41 +00:00
.cvsignore ignore doc dir 2002-09-18 13:36:38 +00:00
.project Added persistency to the source locator. 2003-02-18 19:43:41 +00:00
about.html fixed build properties 2002-08-21 03:35:59 +00:00
build.properties add schema 2003-01-20 21:13:24 +00:00
ChangeLog Fix for PR 43101: Breakpoint exception when source doesn't exist. 2003-09-15 18:33:15 +00:00
plugin.properties Typo in plugin.properties. 2002-11-27 17:52:47 +00:00
plugin.xml update version 2003-04-23 15:03:25 +00:00