Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugin/python/vdebug/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 == '*':
Expand Down