DebugClients/Ruby/DebugClient.rb

changeset 4553
a6b2acd1a355
parent 4552
b1ea4ea0190e
child 4554
f3428ddd577c
diff -r b1ea4ea0190e -r a6b2acd1a355 DebugClients/Ruby/DebugClient.rb
--- a/DebugClients/Ruby/DebugClient.rb	Sat Nov 07 15:54:09 2015 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,40 +0,0 @@
-# -*- coding: utf-8 -*-
-
-# Copyright (c) 2005 - 2015 Detlev Offenbach <detlev@die-offenbachs.de>
-#
-
-=begin edoc
-File implementing a debug client.
-=end
-
-# insert path to ourself in front of the search path
-$:.insert(0, File.dirname($0))
-
-require 'Debuggee'
-require 'AsyncIO'
-require 'DebugClientBaseModule'
-
-class DebugClient
-=begin edoc
-Class implementing the client side of the debugger.
-=end
-    include AsyncIO
-    include DebugClientBase
-    
-    def initialize
-=begin edoc
-Constructor
-=end
-        initializeAsyncIO
-        initializeDebugClient
-        
-        @variant = "No Qt-Version"
-    end
-end
-
-# We are normally called by the debugger to execute directly
-
-if __FILE__ == $0
-    debugClient = DebugClient.new()
-    debugClient.main()
-end

eric ide

mercurial