File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -646,7 +646,7 @@ STRING is passed to the command."
646646 (swift-mode:join-path project-directory " .build" " debug" package-name)))
647647 nil t )
648648 (swift-mode:enqueue-repl-commands
649- " breakpoint set --one-shot --file main.swift --name main"
649+ " breakpoint set --one-shot true --file main.swift --name main"
650650 " run"
651651 " repl" )))
652652
@@ -854,7 +854,7 @@ the value of `swift-mode:ios-project-scheme' is used."
854854 " platform select ios-simulator"
855855 (concat " platform connect " device-identifier)
856856 (concat " process attach --pid " (number-to-string process-identifier))
857- " breakpoint set --one-shot --name UIApplicationMain"
857+ " breakpoint set --one-shot true --name UIApplicationMain"
858858 " cont"
859859 (cons
860860 (lambda (_string )
You can’t perform that action at this time.
0 commit comments