MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / get_debugee_count

Method get_debugee_count

pydevd_attach_to_process/winappdbg/debug.py:1111–1116  ·  view source on GitHub ↗

@rtype: int @return: Number of processes being debugged.

(self)

Source from the content-addressed store, hash-verified

1109 self.next()
1110
1111 def get_debugee_count(self):
1112 """
1113 @rtype: int
1114 @return: Number of processes being debugged.
1115 """
1116 return len(self.__attachedDebugees) + len(self.__startedDebugees)
1117
1118 def get_debugee_pids(self):
1119 """

Callers 4

__len__Method · 0.95
do_quitMethod · 0.80
do_continueMethod · 0.80
loopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected