From: krakjoe Date: Thu, 14 Nov 2013 17:29:21 +0000 (+0000) Subject: example .phpdbginit X-Git-Tag: php-5.6.0alpha1~110^2~326 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e19001693009a77b5d1bad6b90d6feabfd8b71c;p=php example .phpdbginit --- diff --git a/.phpdbginit b/.phpdbginit new file mode 100644 index 0000000000..52f80a25c7 --- /dev/null +++ b/.phpdbginit @@ -0,0 +1,15 @@ +####################################################### +# .phpdbginit +####################################################### +# By default phpdbg will look for .phpdbginit +# in the current working directory. +# This default can be overridden with the -I option +# +# The commands contained in an init file are executed +# and when the environment is cleaned (clean|X) +# +# Q +# b f my_function +# b m my::method +# e my.php +# c