diff --git a/plugin/python/vdebug/runner.py b/plugin/python/vdebug/runner.py index d828ae23..53825cbe 100644 --- a/plugin/python/vdebug/runner.py +++ b/plugin/python/vdebug/runner.py @@ -225,7 +225,7 @@ def remove_breakpoint(self,args): args = args.strip() if len(args) == 0: self.ui.error("ID or '*' required to remove a breakpoint: run "+\ - "':breakpointWindow' to see breakpoints and their IDs") + "':BreakpointWindow' to see breakpoints and their IDs") return if args == '*':