File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -142,5 +142,6 @@ PHPDBG_HELP(list) /* {{{ */
142
142
printf ("Will print next 2 lines from the current file\n" );
143
143
printf ("\tphpdbg> list func\n" );
144
144
printf ("Will print func source code\n" );
145
+ printf ("Note: before listing functions you must have a populated function table, try compile !!\n" );
145
146
return SUCCESS ;
146
147
} /* }}} */
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ static const phpdbg_command_t phpdbg_help_commands[] = {
64
64
PHPDBG_HELP_D (clear , "clearing breakpoints allows you to run code without interruption" ),
65
65
PHPDBG_HELP_D (back , "show debug backtrace information during execution" ),
66
66
PHPDBG_HELP_D (quiet , "be quiet during execution" ),
67
- PHPDBG_HELP_D (list , "list specified line or function " ),
67
+ PHPDBG_HELP_D (list , "listing code gives you quick access to code while executing " ),
68
68
{NULL , 0 , 0 }
69
69
};
70
70
You can’t perform that action at this time.
0 commit comments