diff -r 889ed5ff7a68 -r a094eee9f862 DebugClients/Python/DebugProtocol.py --- a/DebugClients/Python/DebugProtocol.py Sat Sep 03 18:01:19 2016 +0200 +++ b/DebugClients/Python/DebugProtocol.py Sat Sep 03 18:02:37 2016 +0200 @@ -6,7 +6,7 @@ """ Module defining the debug protocol tokens. """ - +# TODO: delete this file # The address used for debugger/client communications. DebugAddress = '127.0.0.1'