Skip to content

Commit 83228fe

Browse files
committed
Clarify breakpoints and debugging
1 parent ac9a17d commit 83228fe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/azure-functions/durable/durable-functions-create-first-csharp.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,10 @@ Now that you've created your function project and a durable function, you can te
9999

100100
Azure Functions Core Tools lets you run an Azure Functions project on your local development computer. You're prompted to install these tools the first time you start a function from Visual Studio Code.
101101

102-
1. To test your function, set a breakpoint in the function code and press F5 to start the function app project. Output from Core Tools is displayed in the **Terminal** panel.
102+
1. To test your function, set a breakpoint in the `SayHello` activity function code and press F5 to start the function app project. Output from Core Tools is displayed in the **Terminal** panel.
103+
104+
> [!NOTE]
105+
> Refer to the [Durable Functions Diagnostics](durable-functions-diagnostics.md#debugging) for more information on debugging.
103106
104107
1. In the **Terminal** panel, copy the URL endpoint of your HTTP-triggered function.
105108

0 commit comments

Comments
 (0)