diff --git a/src/Draw/Draw_Debug.cxx b/src/Draw/Draw_Debug.cxx index 01ffb2e97f..87407e7144 100644 --- a/src/Draw/Draw_Debug.cxx +++ b/src/Draw/Draw_Debug.cxx @@ -33,6 +33,7 @@ Standard_EXPORT const char* Draw_Eval (const char *theCommandStr) try { OCC_CATCH_SIGNALS theCommands.Eval (theCommandStr); + cout << theCommands.Result() << endl; return theCommands.Result(); } catch (Standard_Failure)