[asterisk-bugs] [Asterisk 0013969]: [patch] Need tab completion of "core set debug X filename.c"
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Dec 10 11:09:21 CST 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=13969
======================================================================
Reported By: jtodd
Assigned To: mvanbaak
======================================================================
Project: Asterisk
Issue ID: 13969
Category: General
Reproducibility: always
Severity: trivial
Priority: low
Status: ready for testing
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 159221
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 2008-11-25 13:00 CST
Last Modified: 2008-12-10 11:09 CST
======================================================================
Summary: [patch] Need tab completion of "core set debug X
filename.c"
Description:
There is a method by which debugging can be activated for particular C
files by typing something like this from the CLI:
core set debug 2 chan_sip.c
There is no indication that this is possible in the tab completion of the
command line. After typing "2" in the example above, hitting "tab" gives a
beep instead of something like "<filename.c>" or a list of available files.
For that matter, the idea that a number can be put in as a debug level is
not clear, either.
======================================================================
----------------------------------------------------------------------
(0096108) svnbot (reporter) - 2008-12-10 11:09
http://bugs.digium.com/view.php?id=13969#c96108
----------------------------------------------------------------------
Repository: asterisk
Revision: 162687
U trunk/include/asterisk.h
U trunk/main/asterisk.c
U trunk/main/cli.c
------------------------------------------------------------------------
r162687 | mvanbaak | 2008-12-10 11:09:20 -0600 (Wed, 10 Dec 2008) | 8
lines
add tab completion for 'core set debug X filename.c'
(closes issue http://bugs.digium.com/view.php?id=13969)
Reported by: jtodd
Patches:
20081205__bug13969.diff.txt uploaded by Corydon76 (license 14)
Tested by: mvanbaak, eliel
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=162687
Issue History
Date Modified Username Field Change
======================================================================
2008-12-10 11:09 svnbot Checkin
2008-12-10 11:09 svnbot Note Added: 0096108
======================================================================
More information about the asterisk-bugs
mailing list