From dc3ef209641194e5ccea7ad493c1587b5f74ec4f Mon Sep 17 00:00:00 2001 From: krakjoe Date: Mon, 11 Nov 2013 14:11:06 +0000 Subject: [PATCH] ... --- phpdbg_help.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpdbg_help.c b/phpdbg_help.c index 711dffa74a..6cbac92fa9 100644 --- a/phpdbg_help.c +++ b/phpdbg_help.c @@ -92,6 +92,8 @@ PHPDBG_HELP(break) /* {{{ */ printf("Will break execution on entry to my_function\n"); printf("\tphpdbg> break 0x7ff68f570e08\n"); printf("Will break at the opline with the address provided (addresses are shown during execution)\n"); + printf("It is important to note, an address is only valid for the current compiled representation of the script\n"); + printf("If you have to clean the environment and recompile then your opline break points will be invalid\n"); return SUCCESS; } /* }}} */ -- 2.50.1