branch: elpa/swift-mode commit 604610d3181313dc8e6a46d6bb3ac7a93cd31278 Author: taku0 <mxxouy6x3m_git...@tatapa.org> Commit: taku0 <mxxouy6x3m_git...@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)