Debugger/DebuggerInterfaceRuby.py

changeset 2171
c7dd548d67d8
parent 1509
c0b5e693b0eb
child 2302
f29e9405c851
--- a/Debugger/DebuggerInterfaceRuby.py	Thu Nov 01 15:31:06 2012 +0100
+++ b/Debugger/DebuggerInterfaceRuby.py	Thu Nov 01 18:29:58 2012 +0100
@@ -622,6 +622,14 @@
         self.__sendCommand('{0}{1:d}, "{2}"\n'.format(
             DebugProtocol.RequestSetFilter, scope, filter))
         
+    def setCallTraceEnabled(self, on):
+        """
+        Public method to set the call trace state.
+        
+        @param on flag indicating to enable the call trace function (boolean)
+        """
+        return
+        
     def remoteEval(self, arg):
         """
         Public method to evaluate arg in the current context of the debugged program.

eric ide

mercurial