Skip to content

Commit b196ef4

Browse files
committed
Fix blocking issues
1 parent c031e8e commit b196ef4

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

articles/azure-functions/functions-develop-vs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ To attach a remote debugger to a function app running in-process with the Functi
235235

236236
+ From the **Publish** tab, select the ellipses (**...**) in the **Hosting** section, and then choose **Attach debugger**.
237237

238-
:::image type="content" source="media/functions-develop-vs/attach-to-process-in-process.png" alt-text="Attach debugger from Visual Studio":::
238+
:::image type="content" source="media/functions-develop-vs/attach-to-process-in-process.png" alt-text="Screenshot of attaching the debugger from Visual Studio":::
239239

240240
Visual Studio connects to your function app and enables remote debugging, if it's not already enabled. It also locates and attaches the debugger to the host process for the app. At this point, you can debug your function app as normal.
241241

@@ -250,7 +250,7 @@ To attach a remote debugger to a function app running in a process separate from
250250

251251
1. Again from the **Publish** tab, select the ellipses (**...**) in the **Hosting** section, and then choose **Attach debugger**.
252252

253-
:::image type="content" source="media/functions-develop-vs/attach-to-process-in-process.png" alt-text="Attach debugger from Visual Studio":::
253+
:::image type="content" source="media/functions-develop-vs/attach-to-process-in-process.png" alt-text="Screenshot of attaching the debugger from Visual Studio":::
254254

255255
Visual Studio connects to your function app and enables remote debugging, if it's not already enabled.
256256

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)