Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ main
Function
main
tests_python/resources/_debugger_case_smart_step_into2.py:8–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
7
8
def
main():
9
# Note that we have multiple foo calls and we have to differentiate and stop at the
10
# proper one.
11
foo(foo(foo(foo(1))))
# break here
12
13
14
if
__name__ ==
'__main__'
:
Callers
1
_debugger_case_smart_step_into2.py
File · 0.70
Calls
1
foo
Function · 0.70
Tested by
no test coverage detected