MCPcopy 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
8def 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
14if __name__ == '__main__':

Calls 1

fooFunction · 0.70

Tested by

no test coverage detected