diff --git a/support-d/.bashrc b/support-d/.bashrc index 899b67e92e..6982cc3335 100644 --- a/support-d/.bashrc +++ b/support-d/.bashrc @@ -26,4 +26,5 @@ alias tcommit='svn commit --no-auth-cache --username=anthm' alias mcommit='svn commit --no-auth-cache --username=mikej' alias dp='emacs /usr/local/freeswitch/conf/dialplan/default.xml' alias fstop='top -p `cat /usr/local/freeswitch/log/freeswitch.pid`' +alias fsgdb='gdb /usr/local/freeswitch/bin/freeswitch `cat /usr/local/freeswitch/log/freeswitch.pid`' # End of file