http://www.vim.org/scripts/script.php?script_id=1929  y http://vim.sourceforge.net/scripts/script.php?script_id=1910

QuickBuf – DBGp client

Not connected
  1. — plugin/debugger.vim.orig    2009-08-31 00:58:04.000000000 -0500
  2. +++ plugin/debugger.vim 2009-08-31 00:47:32.000000000 -0500
  3. -127,10 +127,10 @@
  4. call confirm(‘debugger.vim: Unable to find debugger.py. Place it in either your home vim directory or in the Vim runtime directory.’, ‘OK’)
  5. endif
  6. -map :python debugger_resize()
  7. -map :python debugger_command(’step_into’)
  8. -map :python debugger_command(’step_over’)
  9. -map :python debugger_command(’step_out’)
  10. +map :python debugger_resize()
  11. +map :python debugger_command(’step_into’)
  12. +map :python debugger_command(’step_over’)
  13. +map :python debugger_command(’step_out’)
  14. map dr :python debugger_resize()
  15. map di :python debugger_command(’step_into’)
  16. -139,17 +139,17 @@
  17. nnoremap ,e :python debugger_watch_input(“eval”)A
  18. -map :python debugger_run()
  19. -map :python debugger_quit()
  20. +map :python debugger_run()
  21. +map :python debugger_quit()
  22. -map :python debugger_command(’step_into’)
  23. -map :python debugger_command(’step_over’)
  24. -map :python debugger_command(’step_out’)
  25. -
  26. -map :python debugger_context()
  27. -map :python debugger_property()
  28. -map :python debugger_watch_input(“context_get”)A
  29. -map :python debugger_watch_input(“property_get”, ”)A
  30. +map :python debugger_command(’step_into’)
  31. +map :python debugger_command(’step_over’)
  32. +map :python debugger_command(’step_out’)
  33. +
  34. +map :python debugger_context()
  35. +map :python debugger_property()
  36. +map :python debugger_watch_input(“context_get”)A
  37. +map :python debugger_watch_input(“property_get”, ”)A
  38. hi DbgCurrent term=reverse ctermfg=White ctermbg=Red gui=reverse
  39. hi DbgBreakPt term=reverse ctermfg=White ctermbg=Green gui=reverse

http://chilicuil.pastebin.com/f6caee617

  1. — /home/chilicuil/.vim/plugin/debugger.py.orig        2009-08-31 01:41:07.000000000 -0500
  2. +++ /home/chilicuil/.vim/plugin/debugger.py     2009-08-31 01:44:54.000000000 -0500
  3. -413,15 +413,15 @@
  4. def on_create(self):
  5. self.write(                                                          \
  6. ‘[ Function Keys ]                 |                       \n’ + \
  7. -        ’     resize                   | [ Normal Mode ]       \n’ + \
  8. -        ’     step into                |   ,e  eval            \n’ + \
  9. -        ’     step over                |                       \n’ + \
  10. -        ’     step out                 |                       \n’ + \
  11. -        ’     run                      | [ Command Mode ]      \n’ + \
  12. -        ’     quit debugging           | :Bp toggle breakpoint \n’ + \
  13. -        ’                                  | :Up stack up          \n’ + \
  14. -        ’    get all context          | :D n stack down        \n’ + \
  15. -        ’    get property at cursor   |                       \n’ + \
  16. +        ’   resize                   | [ Normal Mode ]       \n’ + \
  17. +        ’   step into                |   ,e  eval            \n’ + \
  18. +        ’   step over                |                       \n’ + \
  19. +        ’   step out                 |                       \n’ + \
  20. +        ’   run                      | [ Command Mode ]      \n’ + \
  21. +        ’   quit debugging           | :Bp toggle breakpoint \n’ + \
  22. +        ’                                         | :Up stack up          \n’ + \
  23. +        ’  get all context          | :D n stack down        \n’ + \
  24. +        ’  get property at cursor   |                       \n’ + \
  25. ‘\n’)
  26. self.command(‘1′)

http://chilicuil.pastebin.com/f187bdcbc

Escribe un comentario

*
*