emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/swift-mode 604610d 399/496: Fix LLDB breakpoint option


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode 604610d 399/496: Fix LLDB breakpoint option
Date: Sun, 29 Aug 2021 11:34:15 -0400 (EDT)

branch: elpa/swift-mode
commit 604610d3181313dc8e6a46d6bb3ac7a93cd31278
Author: taku0 <mxxouy6x3m_github@tatapa.org>
Commit: taku0 <mxxouy6x3m_github@tatapa.org>

    Fix LLDB breakpoint option
---
 swift-mode-repl.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/swift-mode-repl.el b/swift-mode-repl.el
index e8acdde..49b9e83 100644
--- a/swift-mode-repl.el
+++ b/swift-mode-repl.el
@@ -646,7 +646,7 @@ STRING is passed to the command."
        (swift-mode:join-path project-directory ".build" "debug" package-name)))
      nil t)
     (swift-mode:enqueue-repl-commands
-     "breakpoint set --one-shot --file main.swift --name main"
+     "breakpoint set --one-shot true --file main.swift --name main"
      "run"
      "repl")))
 
@@ -854,7 +854,7 @@ the value of `swift-mode:ios-project-scheme' is used."
          "platform select ios-simulator"
          (concat "platform connect " device-identifier)
          (concat "process attach --pid " (number-to-string process-identifier))
-         "breakpoint set --one-shot --name UIApplicationMain"
+         "breakpoint set --one-shot true --name UIApplicationMain"
          "cont"
          (cons
           (lambda (_string)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]