Module Debug_protocol.Step_back_command
The request starts the debuggee to run one step backwards. The debug adapter first sends the response and then a 'stopped' event (with reason 'step') after the step has completed. Clients should only call this request if the capability 'supportsStepBack' is true.
module Arguments : sig ... end
module Result : sig ... end