You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: userdocs/userdocs.docc/Articles/Reference/commands.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ The following command is only available on macOS:
21
21
-**`Debug Build`** - Run `swift build` with debugging enabled for the package associated with the open file, launching the binary and attaching the debugger.
22
22
-**`Attach to Process...`** - Attach the debugger to an already running process for debugging.
23
23
-**`Clean Build Folder`** - Clean the `.build` folder for the package associated with the open file, removing all previously built products.
24
+
-**`Generate Launch Configurations`** - Generate and persist `swift` debug launch configurations to the launch.json file for the project. This is useful when the `swift.autoGenerateLaunchConfigurations` setting is disabled.
0 commit comments