]> granicus.if.org Git - php/commitdiff
example .phpdbginit
authorkrakjoe <joe.watkins@live.co.uk>
Thu, 14 Nov 2013 17:29:21 +0000 (17:29 +0000)
committerkrakjoe <joe.watkins@live.co.uk>
Thu, 14 Nov 2013 17:29:21 +0000 (17:29 +0000)
.phpdbginit [new file with mode: 0644]

diff --git a/.phpdbginit b/.phpdbginit
new file mode 100644 (file)
index 0000000..52f80a2
--- /dev/null
@@ -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