mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
introduce proper support for file:#opline
This commit is contained in:
parent
a6eee49326
commit
c3a897bf3d
8 changed files with 124 additions and 96 deletions
|
@ -540,9 +540,9 @@ phpdbg_help_text_t phpdbg_help_text[] = {
|
|||
" $P b \\\\my\\\\class::method#2" CR
|
||||
" Break at the opline #2 of the method \\\\my\\\\class::method" CR CR
|
||||
|
||||
" $P break address test.php:3" CR
|
||||
" $P b a test.php:3" CR
|
||||
" Break at the 3rd opline in test.php" CR CR
|
||||
" $P break test.php:#3" CR
|
||||
" $P b test.php:#3" CR
|
||||
" Break at opline #3 in test.php" CR CR
|
||||
|
||||
" $P break if $cnt > 10" CR
|
||||
" $P b if $cnt > 10" CR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue