From 1e19001693009a77b5d1bad6b90d6feabfd8b71c Mon Sep 17 00:00:00 2001 From: krakjoe Date: Thu, 14 Nov 2013 17:29:21 +0000 Subject: [PATCH] example .phpdbginit --- .phpdbginit | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .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 -- 2.50.1