Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Khodjaiants2005-05-24 21:41:59 +0000
committerMikhail Khodjaiants2005-05-24 21:41:59 +0000
commit357e45fdd80084d17131c6f8d9e05e4cd46a51bc (patch)
treecc870ba449ff2d410dcca50875702dcc08e0dc20 /debug/org.eclipse.cdt.debug.ui/ChangeLog
parent014dc6df448f650d928cc2666081ebe7e1019926 (diff)
downloadorg.eclipse.cdt-357e45fdd80084d17131c6f8d9e05e4cd46a51bc.tar.gz
org.eclipse.cdt-357e45fdd80084d17131c6f8d9e05e4cd46a51bc.tar.xz
org.eclipse.cdt-357e45fdd80084d17131c6f8d9e05e4cd46a51bc.zip
Bug 88558: run-to-line not thread oriented. The "Run to Line" action should be enabled on stack frames and threads, not on targets.
Diffstat (limited to 'debug/org.eclipse.cdt.debug.ui/ChangeLog')
-rw-r--r--debug/org.eclipse.cdt.debug.ui/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.ui/ChangeLog b/debug/org.eclipse.cdt.debug.ui/ChangeLog
index e0cfb0c9b3c..2ebfde14943 100644
--- a/debug/org.eclipse.cdt.debug.ui/ChangeLog
+++ b/debug/org.eclipse.cdt.debug.ui/ChangeLog
@@ -1,3 +1,8 @@
+2005-05-24 Mikhail Khodjaiants
+ Bug 88558: run-to-line not thread oriented.
+ The "Run to Line" action should be enabled on stack frames and threads, not on targets.
+ * RunToLineAdapter.java
+
2005-05-20 Mikhail Khodjaiants
Bug 94139: User-defined register groups.
UI to add/remove user-defined groups.

Back to the top