Home
last modified time | relevance | path

Searched refs:stepping (Results 1 – 5 of 5) sorted by relevance

/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_set.h37 PHPDBG_SET(stepping);
H A Dphpdbg_set.c44 …PHPDBG_SET_COMMAND_D(stepping, "usage: set stepping [<line|op>]", 's', set_stepping, …
250 PHPDBG_SET(stepping) /* {{{ */ in PHPDBG_SET() argument
H A DREADME.md63 - -s enabled stepping
H A Dphpdbg_prompt.c1008 zend_bool stepping = ((PHPDBG_G(flags) & PHPDBG_IS_STEPPING) == PHPDBG_IS_STEPPING); in PHPDBG_COMMAND() local
1068 if (stepping && !(PHPDBG_G(flags) & PHPDBG_IS_STEPONEVAL)) { in PHPDBG_COMMAND()
1814 goto stepping; in phpdbg_execute_ex()
1860 stepping: in phpdbg_execute_ex()
H A Dxml.md337 - stepping: @@ TODO (meaningless for now) @@
402 - steps by one line or opcode (as defined via set stepping) default is one line
563 - sets stepping to either opcode or line (so a step command will either advance one op or one line)

Completed in 15 milliseconds