1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00
Files
archived-php-src/.phpdbginit
T
2013-11-15 14:53:40 +00:00

19 lines
437 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
php:
end;