mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fixed bug #70531 (-rr should not fallback to interactive mode in phpdbg)
This commit is contained in:
parent
4a174ca7e6
commit
bccac3774b
5 changed files with 21 additions and 8 deletions
|
@ -383,7 +383,7 @@ phpdbg_help_text_t phpdbg_help_text[] = {
|
|||
" **-I** Ignore default .phpdbginit" CR
|
||||
" **-O** **-O**my.oplog Sets oplog output file" CR
|
||||
" **-r** Run execution context" CR
|
||||
" **-rr** Run execution context and quit after execution" CR
|
||||
" **-rr** Run execution context and quit after execution (not respecting breakpoints)" CR
|
||||
" **-e** Generate extended information for debugger/profiler" CR
|
||||
" **-E** Enable step through eval, careful!" CR
|
||||
" **-S** **-S**cli Override SAPI name, careful!" CR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue