mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
fix symbol breakpoints
This commit is contained in:
parent
fa63ecbba9
commit
663a13635a
3 changed files with 30 additions and 12 deletions
|
@ -82,10 +82,12 @@ PHPDBG_HELP(break) /* {{{ */
|
|||
{
|
||||
printf("Setting a breakpoint stops execution at a specific stage, the syntax is:\n");
|
||||
printf("\tfile:line\n");
|
||||
printf("[more to come]\n");
|
||||
printf("\tfunction\n");
|
||||
printf("For example:\n");
|
||||
printf("\tphpdbg> break test.php:1\n");
|
||||
printf("Will break execution on line 1 of test.php\n");
|
||||
printf("\tphpdbg> break my_function\n");
|
||||
printf("Will break execution on entry to my_function\n");
|
||||
return SUCCESS;
|
||||
} /* }}} */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue