MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / do_step

Method do_step

python/workflow.py:893–896  ·  view source on GitHub ↗

Step to the next activity in the workflow machine.

(self, line)

Source from the content-addressed store, hash-verified

891 print(json.dumps(status, indent=4))
892
893 def do_step(self, line):
894 """Step to the next activity in the workflow machine."""
895 status = self.machine.step()
896 print(json.dumps(status, indent=4))
897
898 def do_breakpoint(self, line):
899 """Handle breakpoint commands."""

Callers

nothing calls this directly

Calls 1

stepMethod · 0.80

Tested by

no test coverage detected