diff --git a/debug/org.eclipse.cdt.debug.core/ChangeLog b/debug/org.eclipse.cdt.debug.core/ChangeLog index 8487c918bfa..1c73d511cac 100644 --- a/debug/org.eclipse.cdt.debug.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.core/ChangeLog @@ -1,3 +1,8 @@ +2003-03-28 Mikhail Khodjaiants + Use the 'exists' method of the 'IFile' interface instead of using toFile().exists() for IPath. + * CDirectorySourceLocation.java + * CSourceLocator.java + 2003-03-28 Mikhail Khodjaiants Do not log the exceptions thrown by the breakpoint setting methods. * CDebugTarget.java