summaryrefslogtreecommitdiff
path: root/plugin/vdebug.vim
diff options
context:
space:
mode:
authorRyu, Han-seok <acoustic80@nate.com>2014-09-08 19:37:16 +0900
committerRyu, Han-seok <acoustic80@nate.com>2014-09-08 19:37:16 +0900
commit15dbe87c7b5b3af87273bf5707ef2d3aaa545a1c (patch)
tree0ca871443e6f72e42f9d102e33a790b0f9b9962b /plugin/vdebug.vim
parent02a44d15f2808215c57c4de1d742814edbf187c7 (diff)
downloadvdebug-15dbe87c7b5b3af87273bf5707ef2d3aaa545a1c.zip
VdebugTrace
Diffstat (limited to 'plugin/vdebug.vim')
-rw-r--r--plugin/vdebug.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/vdebug.vim b/plugin/vdebug.vim
index c1adea1..c6f290f 100644
--- a/plugin/vdebug.vim
+++ b/plugin/vdebug.vim
@@ -117,6 +117,7 @@ command! -nargs=? BreakpointRemove python debugger.remove_breakpoint(<q-args>)
command! BreakpointWindow python debugger.toggle_breakpoint_window()
command! -nargs=? VdebugEval python debugger.handle_eval(<q-args>)
command! -nargs=+ -complete=customlist,s:OptionNames VdebugOpt python debugger.handle_opt(<f-args>)
+command! -nargs=? VdebugTrace python debugger.handle_trace(<q-args>)
" Signs and highlighted lines for breakpoints, etc.
sign define current text=-> texthl=DbgCurrentSign linehl=DbgCurrentLine