Skip to content

Commit 2c4e1fc

Browse files
authored
Merge branch 'master' into auto/update-vim-docs
2 parents 1a7a9fd + 976875c commit 2c4e1fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python3/vimspector/breakpoints.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,7 @@ def ClearBreakpoints( self ):
530530
self._line_breakpoints = defaultdict( list )
531531
self._func_breakpoints = []
532532
self._exception_breakpoints = None
533+
self._data_breakponts = []
533534

534535
self.UpdateUI()
535536

0 commit comments

Comments
 (0)