1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/debug
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
..
org.eclipse.cdt.debug.core Fix for PR 43101: Breakpoint exception when source doesn't exist. 2003-09-15 18:33:15 +00:00
org.eclipse.cdt.debug.mi.core Moving the shared library search paths block to mi UI. 2003-09-11 17:44:42 +00:00
org.eclipse.cdt.debug.mi.ui Moving the shared library search paths block to mi UI. 2003-09-11 17:44:42 +00:00
org.eclipse.cdt.debug.ui Reset the selection of variable after casting. 2003-09-11 21:01:20 +00:00
org.eclipse.cdt.debug.ui.tests Include the .jar file. 2003-07-18 18:45:45 +00:00