diff --git a/debug/org.eclipse.cdt.debug.ui/ChangeLog b/debug/org.eclipse.cdt.debug.ui/ChangeLog index 649928b1d6c..fe258f5e138 100644 --- a/debug/org.eclipse.cdt.debug.ui/ChangeLog +++ b/debug/org.eclipse.cdt.debug.ui/ChangeLog @@ -1,3 +1,8 @@ +2003-01-13 Alain Magloire + + * src/org/eclipse/cdt/debug/internal/ui/editors/DebugTextHover.java (getHoverInfo): + IndexArrayOutOfBound exception, do no use the index when doing targetList.add(). + 2003-01-10 Mikhail Khodjaiants Added contributions of the breakpoint actions to the disassembly editor. * DisassemblyEditor.java