Debugger/DebuggerInterfaceNone.py

branch
jsonrpc
changeset 5124
1ba8ee313b57
parent 4631
5c1a96925da4
child 5389
9b1c800daff3
equal deleted inserted replaced
5123:d07dd3cf0dc3 5124:1ba8ee313b57
341 341
342 @param arg the arguments to evaluate (string) 342 @param arg the arguments to evaluate (string)
343 """ 343 """
344 return 344 return
345 345
346 def remoteExec(self, stmt):
347 """
348 Public method to execute stmt in the current context of the debugged
349 program.
350
351 @param stmt statement to execute (string)
352 """
353 return
354
355 def remoteBanner(self):
356 """
357 Public slot to get the banner info of the remote client.
358 """
359 self.debugServer.signalClientBanner("No backend", "", "")
360 return
361
362 def remoteCapabilities(self): 346 def remoteCapabilities(self):
363 """ 347 """
364 Public slot to get the debug clients capabilities. 348 Public slot to get the debug clients capabilities.
365 """ 349 """
366 return 350 return

eric ide

mercurial