comparison: DebugClients/Ruby/DebugClientCapabilities.rb
DebugClients/Ruby/DebugClientCapabilities.rb
- changeset 2438
- 61bfcff921d8
- parent 2302
- f29e9405c851
- child 3160
- 209a07d7e401
equal
deleted
inserted
replaced
4 # |
4 # |
5 |
5 |
6 =begin edoc |
6 =begin edoc |
7 File defining the debug clients capabilities. |
7 File defining the debug clients capabilities. |
8 =end |
8 =end |
9 |
|
10 if RUBY_VERSION < "1.9" |
|
11 $KCODE = 'UTF8' |
|
12 require 'jcode' |
|
13 end |
|
14 |
9 |
15 HasDebugger = 0x0001 |
10 HasDebugger = 0x0001 |
16 HasInterpreter = 0x0002 |
11 HasInterpreter = 0x0002 |
17 HasProfiler = 0x0004 |
12 HasProfiler = 0x0004 |
18 HasCoverage = 0x0008 |
13 HasCoverage = 0x0008 |