From cce3ba1e5c5c46f6273cad95b569dd4027c8e8c6 Mon Sep 17 00:00:00 2001 From: micha Date: Thu, 10 Feb 2005 21:06:45 +0000 Subject: [PATCH] map evaluate command to show evaluate dialog git-svn-id: trunk@6776 - --- ide/debugmanager.pas | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ide/debugmanager.pas b/ide/debugmanager.pas index 098c35cf2b..72d0ab4db2 100644 --- a/ide/debugmanager.pas +++ b/ide/debugmanager.pas @@ -1767,6 +1767,7 @@ begin ecRunToCursor: DoRunToCursor; ecStopProgram: DoStopProject; ecToggleCallStack: DoToggleCallStack; + ecEvaluate: ViewDebugDialog(ddtEvaluate); ecToggleWatches: ViewDebugDialog(ddtWatches); ecToggleBreakPoints: ViewDebugDialog(ddtBreakpoints); ecToggleDebuggerOut: ViewDebugDialog(ddtOutput); @@ -1946,6 +1947,9 @@ end. { ============================================================================= $Log$ + Revision 1.85 2005/02/10 21:06:45 micha + map evaluate command to show evaluate dialog + Revision 1.84 2005/01/29 14:36:02 mattias reactivated fast xml units without widestrings