This is automatic generated document for things in Swow\Debug\Debugger\DebuggerBreakpointTrait class
Trait DebuggerBreakpointTrait
Properties
protected $breakPointHandler protected $breakPoints Methods
Static method break
public static function break ( ) : void Static method breakOn
public static function breakOn ( string $point ) : static Static method breakPointHandler
protected static function breakPointHandler ( ) : void Method __destructDebuggerBreakpoint
public function __destructDebuggerBreakpoint ( ) : void Method addBreakPoint
public function addBreakPoint ( string $point ) : static Method checkBreakPointHandler
protected function checkBreakPointHandler ( ) : static Method waitStoppedCoroutine
protected function waitStoppedCoroutine ( Coroutine $coroutine ) : void