Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/debugger/find-your-debugging-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ sections:

See [Attach to a running processes](attach-to-running-processes-with-the-visual-studio-debugger.md).

- **How can I to attach to the same application repeatedly?**
- **How can I attach to the same application repeatedly?**

You can use **Reattach to Process** (**Shift+Alt+P**) to easily allow you to start debugging your application in one click without needing to go through the Attach to Process dialog every time.
See [Reattach to a process](attach-to-running-processes-with-the-visual-studio-debugger.md#BKMK_reattach)
Expand Down