Skip to main content Link Menu Expand (external link) Document Search Copy Copied

This is automatic generated document for things in Swow\Debug\Debugger\DebuggerCommandContext class

Class DebuggerCommandContext

Constants

public RETURN_TO_NEXT = 1 public RETURN_TO_NONE = 0

Properties

protected $returnTo

Methods

Method __construct

public function __construct ( string $command , array $arguments )

Method getArgument

public function getArgument ( int $index ) : ?string

Method getArguments

public function getArguments ( ) : array

Method getCommand

public function getCommand ( ) : string

Method getReturnTo

public function getReturnTo ( ) : int

Method setReturnTo

public function setReturnTo ( int $returnTo ) : void

Copyright 2022 the Swow contributors