DebugClients/Ruby/DebugProtocol.rb

changeset 2438
61bfcff921d8
parent 2302
f29e9405c851
child 3160
209a07d7e401
equal deleted inserted replaced
2436:f75dbdd22959 2438:61bfcff921d8
4 # 4 #
5 5
6 =begin edoc 6 =begin edoc
7 File defining the debug protocol tokens 7 File defining the debug protocol tokens
8 =end 8 =end
9
10 if RUBY_VERSION < "1.9"
11 $KCODE = 'UTF8'
12 require 'jcode'
13 end
14 9
15 # The address used for debugger/client communications. 10 # The address used for debugger/client communications.
16 DebugAddress = '127.0.0.1' 11 DebugAddress = '127.0.0.1'
17 12
18 # The protocol "words". 13 # The protocol "words".

eric ide

mercurial