Searched refs:stepping (Results 1 – 5 of 5) sorted by relevance
37 PHPDBG_SET(stepping);
44 …PHPDBG_SET_COMMAND_D(stepping, "usage: set stepping [<line|op>]", 's', set_stepping, …250 PHPDBG_SET(stepping) /* {{{ */ in PHPDBG_SET() argument
61 - -s enabled stepping
1005 zend_bool stepping = ((PHPDBG_G(flags) & PHPDBG_IS_STEPPING) == PHPDBG_IS_STEPPING); in PHPDBG_COMMAND() local1065 if (stepping && !(PHPDBG_G(flags) & PHPDBG_IS_STEPONEVAL)) { in PHPDBG_COMMAND()1815 goto stepping; in phpdbg_execute_ex()1861 stepping: in phpdbg_execute_ex()
337 - stepping: @@ TODO (meaningless for now) @@402 - steps by one line or opcode (as defined via set stepping) default is one line563 - sets stepping to either opcode or line (so a step command will either advance one op or one line)
Completed in 12 milliseconds