MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / do_step

Method do_step

tools/python-3.11.9-amd64/Lib/pdb.py:1066–1073  ·  view source on GitHub ↗

s(tep) Execute the current line, stop at the first possible occasion (either in a function that is called or in the current function).

(self, arg)

Source from the content-addressed store, hash-verified

1064 do_unt = do_until
1065
1066 def do_step(self, arg):
1067 """s(tep)
1068 Execute the current line, stop at the first possible occasion
1069 (either in a function that is called or in the current
1070 function).
1071 """
1072 self.set_step()
1073 return 1
1074 do_s = do_step
1075
1076 def do_next(self, arg):

Callers

nothing calls this directly

Calls 1

set_stepMethod · 0.45

Tested by

no test coverage detected