1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-03 13:43:31 +02:00
Find a file
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
build Fix the parser 2003-09-10 03:10:10 +00:00
core This patch is for the following bugs: 2003-09-15 17:31:28 +00:00
debug Fix for PR 43101: Breakpoint exception when source doesn't exist. 2003-09-15 18:33:15 +00:00
doc/org.eclipse.cdt.doc.user September 12, 2003 delivery 2003-09-15 17:47:20 +00:00
launch/org.eclipse.cdt.launch 2003-08-05 Mikhail Khodjaiants 2003-08-05 17:06:19 +00:00
releng Creating zip distributions and got the source feature to work. 2003-09-10 13:40:31 +00:00