From f3eca643e655291a8712a069261e9e8e466ad0a0 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Mon, 13 Jan 2003 15:55:40 +0000 Subject: [PATCH] updated --- debug/org.eclipse.cdt.debug.ui/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) 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