Rename step to stepi
This commit is contained in:
parent
8aed791e15
commit
b52ea7efde
|
@ -79,7 +79,7 @@ class VyperDebugCmd(cmd.Cmd):
|
|||
self.stdout.write('Exiting vdb' + '\n')
|
||||
super().postloop()
|
||||
|
||||
def do_step(self, *args):
|
||||
def do_stepi(self, *args):
|
||||
""" Step to next instruction """
|
||||
self.step_mode = True
|
||||
return True
|
||||
|
|
Loading…
Reference in New Issue