]> granicus.if.org Git - php/commitdiff
...
authorkrakjoe <joe.watkins@live.co.uk>
Mon, 11 Nov 2013 14:11:06 +0000 (14:11 +0000)
committerkrakjoe <joe.watkins@live.co.uk>
Mon, 11 Nov 2013 14:11:06 +0000 (14:11 +0000)
phpdbg_help.c

index 711dffa74a71f287dad5e3be92cf30a707625a1f..6cbac92fa920147857d180419bb40c5e442c9c11 100644 (file)
@@ -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;
 } /* }}} */