src/Pure/Tools/debugger.scala
changeset 60901 ce8abd005c5d
parent 60900 11a0f333de6f
child 60902 9f185acfdcb8
--- a/src/Pure/Tools/debugger.scala	Tue Aug 11 20:32:56 2015 +0200
+++ b/src/Pure/Tools/debugger.scala	Tue Aug 11 20:49:22 2015 +0200
@@ -186,6 +186,11 @@
   def step_over(thread_name: String): Unit = input(thread_name, "step_over")
   def step_out(thread_name: String): Unit = input(thread_name, "step_out")
 
+  def clear_output(thread_name: String)
+  {
+    global_state.change(_.clear_output(thread_name))
+  }
+
   def eval(thread_name: String, index: Int, SML: Boolean, context: String, expression: String)
   {
     global_state.change(state => {