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

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

Trait DebuggerCommandTrait

Properties

protected static $commandMethods protected static $commandShortNameMap

Methods

Static method convertCommandShortNameToFullName

protected static function convertCommandShortNameToFullName ( string $shortName ) : string

Method _commandCoroutineOrAttach

public function _commandCoroutineOrAttach ( DebuggerCommandContext $context ) : void

Method _commandDebugging

public function _commandDebugging ( DebuggerCommandContext $context ) : void

Method commandAttach

public function commandAttach ( DebuggerCommandContext $context ) : void

Method commandBacktrace

public function commandBacktrace ( ) : void

Method commandBreakPoint

public function commandBreakPoint ( DebuggerCommandContext $context ) : void

Method commandClear

public function commandClear ( DebuggerCommandContext $context ) : void

Method commandContinue

public function commandContinue ( DebuggerCommandContext $context ) : void

Method commandCoroutine

public function commandCoroutine ( DebuggerCommandContext $context ) : void

Method commandExec

public function commandExec ( DebuggerCommandContext $context ) : void

Method commandFrame

public function commandFrame ( DebuggerCommandContext $context ) : void

Method commandHelp

public function commandHelp ( DebuggerCommandContext $context ) : void

Method commandKill

public function commandKill ( DebuggerCommandContext $context ) : void

Method commandKillAll

public function commandKillAll ( DebuggerCommandContext $context ) : void

Method commandList

public function commandList ( DebuggerCommandContext $context ) : void

Method commandNext

public function commandNext ( DebuggerCommandContext $context ) : void

Method commandPrint

public function commandPrint ( DebuggerCommandContext $context ) : void

Method commandPs

public function commandPs ( ) : void

Method commandQuit

public function commandQuit ( DebuggerCommandContext $context ) : void

Method commandShutdown

public function commandShutdown ( DebuggerCommandContext $context ) : void

Method commandStep

public function commandStep ( DebuggerCommandContext $context ) : void

Method commandVars

public function commandVars ( DebuggerCommandContext $context ) : void

Method commandZombie

public function commandZombie ( DebuggerCommandContext $context ) : void

Method executeCommand

protected function executeCommand ( string $command , string[] $arguments ) : void

Copyright 2022 the Swow contributors