src/eric7/DebugClients/Python/DebugUtilities.py

branch
eric7
changeset 10552
c5b0c8a5fa7d
parent 10439
21c28b0f9e41
child 11088
0299c9ba1c6f
equal deleted inserted replaced
10544:70762114c59a 10552:c5b0c8a5fa7d
152 commandDict = { 152 commandDict = {
153 "jsonrpc": "2.0", 153 "jsonrpc": "2.0",
154 "method": method, 154 "method": method,
155 "params": params, 155 "params": params,
156 } 156 }
157 return json.dumps(commandDict) + "\n" 157 return json.dumps(commandDict)
158 158
159 159
160 ########################################################################### 160 ###########################################################################
161 ## Things related to monkey patching below 161 ## Things related to monkey patching below
162 ########################################################################### 162 ###########################################################################

eric ide

mercurial