We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24495d1 + abd85ac commit c3f2dbdCopy full SHA for c3f2dbd
1 file changed
plugin/python/vdebug/runner.py
@@ -225,7 +225,7 @@ def remove_breakpoint(self,args):
225
args = args.strip()
226
if len(args) == 0:
227
self.ui.error("ID or '*' required to remove a breakpoint: run "+\
228
- "':breakpointWindow' to see breakpoints and their IDs")
+ "':BreakpointWindow' to see breakpoints and their IDs")
229
return
230
231
if args == '*':
0 commit comments