]> code.delx.au - gnu-emacs-elpa/commit
Backtrace buffer now has debugger menu and is listed in the debugger mentu. Add comma...
authorrocky <rocky@gnu.org>
Tue, 12 Apr 2011 02:58:14 +0000 (22:58 -0400)
committerrocky <rocky@gnu.org>
Tue, 12 Apr 2011 02:58:14 +0000 (22:58 -0400)
commitf90bbcd0f68da7242aea1613c0bed086ecbd5a13
treec5b8e3cc1a2d6433e41bd80770cbef53126ed6f8
parent9cd882762ca0f2d1be0b91272a58dbf3867a80a3
Backtrace buffer now has debugger menu and is listed in the debugger mentu. Add command to show the backtrace frame without distribuing the source buffer. Remove verbosity in command buffer field setting routines.
13 files changed:
dbgr/common/backtrace-mode.el [new file with mode: 0644]
dbgr/common/buffer/backtrace.el
dbgr/common/buffer/command.el
dbgr/common/buffer/helper.el
dbgr/common/cmds.el
dbgr/common/key.el
dbgr/common/menu.el
dbgr/common/send.el
dbgr/common/shortkey.el
dbgr/common/track-mode.el
dbgr/common/track.el
dbgr/common/window.el
test/test-track.el