Clear exception breakpoints when calling ClearBreakpoints
This commit is contained in:
parent
6c8657c9a7
commit
de04598bc6
2 changed files with 12 additions and 0 deletions
|
|
@ -123,6 +123,7 @@ class ProjectBreakpoints( object ):
|
|||
|
||||
self._line_breakpoints = defaultdict( list )
|
||||
self._func_breakpoints = []
|
||||
self._exception_breakpoints = None
|
||||
|
||||
self.UpdateUI()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue