diff --git a/python3/vimspector/breakpoints.py b/python3/vimspector/breakpoints.py index 56f8170..b0347c0 100644 --- a/python3/vimspector/breakpoints.py +++ b/python3/vimspector/breakpoints.py @@ -194,6 +194,7 @@ class ProjectBreakpoints( object ): self._breakpoints_handler.ClearBreakpoints() awaiting = 0 + def response_handler( source, msg ): if msg: self._breakpoints_handler.AddBreakpoints( source, msg )