From caef77459366a1f78d931276cb454eed84f53340 Mon Sep 17 00:00:00 2001 From: Daniel Pettersson Date: Sat, 29 Jun 2024 14:51:35 +0200 Subject: [PATCH] Convert error to message, as it will be invoked in timer context --- dape.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dape.el b/dape.el index a4aca33..ee37280 100644 --- a/dape.el +++ b/dape.el @@ -789,7 +789,7 @@ Run step like COMMAND on CONN. If ARG is set run COMMAND ARG times." (list :granularity (symbol-name dape-stepping-granularity))))) (if error - (error "Failed to %s: %s" command error) + (message "Failed to \"%s\": %s" command error) ;; From specification [continued] event: ;; A debug adapter is not expected to send this event in ;; response to a request that implies that execution