comparison: DebugClients/Python/DebugProtocol.py
DebugClients/Python/DebugProtocol.py
- changeset 790
- 2c0ea0163ef4
- parent 13
- 1af94a91f439
- child 791
- 9ec2ac20e54e
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 |