2436:f75dbdd22959 | 2438:61bfcff921d8 |
---|---|
4 # | 4 # |
5 | 5 |
6 =begin edoc | 6 =begin edoc |
7 File implementing a debug client. | 7 File implementing a debug client. |
8 =end | 8 =end |
9 | |
10 if RUBY_VERSION < "1.9" | |
11 $KCODE = 'UTF8' | |
12 require 'jcode' | |
13 end | |
14 | 9 |
15 # insert path to ourself in front of the search path | 10 # insert path to ourself in front of the search path |
16 $:.insert(0, File.dirname($0)) | 11 $:.insert(0, File.dirname($0)) |
17 | 12 |
18 require 'Debuggee' | 13 require 'Debuggee' |