summaryrefslogtreecommitdiff
path: root/python3/vdebug/util.py
diff options
context:
space:
mode:
authorGareth Parker <gareth@brainnwave.com>2019-07-03 12:54:30 +0100
committerGareth Parker <gareth@brainnwave.com>2019-07-03 12:54:30 +0100
commit18a65deade49535d3b3001f4378b0e8f355f50a5 (patch)
tree0cab2c9a11f54a5a978c9cf4c9e8135f6206228b /python3/vdebug/util.py
parent205f848d819b063ef229273f28c0b4a570c5934e (diff)
downloadvdebug-18a65deade49535d3b3001f4378b0e8f355f50a5.zip
Adding support for breakpoint enabling/disabling
Diffstat (limited to 'python3/vdebug/util.py')
-rw-r--r--python3/vdebug/util.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/python3/vdebug/util.py b/python3/vdebug/util.py
index 9ee1e49..653705e 100644
--- a/python3/vdebug/util.py
+++ b/python3/vdebug/util.py
@@ -104,7 +104,8 @@ class Keymapper:
"""Map and unmap key commands for the Vim user interface.
"""
- exclude = ["run", "close", "set_breakpoint", "eval_visual"]
+ exclude = ["run", "close", "set_breakpoint", "enable_breakpoint", "disable_breakpoint",
+ "toggle_breakpoint" "eval_visual"]
def __init__(self):
self.is_mapped = False