comparison: DebugClients/Python/DebugProtocol.py
DebugClients/Python/DebugProtocol.py
- branch
- 5_0_x
- changeset 807
- ecc71fdd67f1
- parent 792
- a13346916170
equal
deleted
inserted
replaced
73 ResponseForkTo = RequestForkTo |
73 ResponseForkTo = RequestForkTo |
74 |
74 |
75 PassiveStartup = '>PassiveStartup<' |
75 PassiveStartup = '>PassiveStartup<' |
76 |
76 |
77 EOT = '>EOT<\n' |
77 EOT = '>EOT<\n' |
|
78 |
|
79 # |
|
80 # eflag: FileType = Python2 |