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 |