We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c4ed4d commit 28e2beaCopy full SHA for 28e2bea
dap-python.el
@@ -284,5 +284,8 @@ overriden in individual `dap-python' launch configurations."
284
:request "launch"
285
:name "Python :: Run pytest (at point)"))
286
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
+
290
(provide 'dap-python)
291
;;; dap-python.el ends here
0 commit comments