DebugClients/Python/DebugProtocol.py

branch
jsonrpc
changeset 5132
a094eee9f862
parent 4631
5c1a96925da4
equal deleted inserted replaced
5131:889ed5ff7a68 5132:a094eee9f862
4 # 4 #
5 5
6 """ 6 """
7 Module defining the debug protocol tokens. 7 Module defining the debug protocol tokens.
8 """ 8 """
9 9 # TODO: delete this file
10 # The address used for debugger/client communications. 10 # The address used for debugger/client communications.
11 DebugAddress = '127.0.0.1' 11 DebugAddress = '127.0.0.1'
12 12
13 # The protocol "words". 13 # The protocol "words".
14 RequestOK = '>OK?<' 14 RequestOK = '>OK?<'

eric ide

mercurial