php-src/.phpdbginit
2013-11-14 17:32:10 +00:00

16 lines
422 B
Plaintext

#######################################################
# .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