Skip to content

Commit 28e2bea

Browse files
committed
dap-python: ignore events
Fixes #397.
1 parent 9c4ed4d commit 28e2bea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dap-python.el

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,5 +284,8 @@ overriden in individual `dap-python' launch configurations."
284284
:request "launch"
285285
:name "Python :: Run pytest (at point)"))
286286

287+
(cl-defmethod dap-handle-event ((_event-type (eql debugpyWaitingForServer)) _session _params))
288+
(cl-defmethod dap-handle-event ((_event-type (eql debugpyAttach)) _session _params))
289+
287290
(provide 'dap-python)
288291
;;; dap-python.el ends here

0 commit comments

Comments
 (0)