Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ main
Function
main
tests_python/resources/_debugger_case17.py:30–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
29
30
def
main():
31
32
m1()
# break1
33
34
m2()
# break2
35
36
m3()
# break3
37
38
m4()
# break4
39
40
41
if
__name__ ==
'__main__'
:
Callers
1
_debugger_case17.py
File · 0.70
Calls
4
m4
Function · 0.85
m1
Function · 0.70
m2
Function · 0.70
m3
Function · 0.70
Tested by
no test coverage detected