Skip to content

Commit 2cbd418

Browse files
authored
Update CONTRIBUTING.md
1 parent ebd6c00 commit 2cbd418

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Contributor Onboarding
2+
This contributor guide explains how to make and test changes to Durable Functions in Java.
23
Thank you for taking the time to contribute to Durable Functions in Java!
34

45
## Table of Contents
@@ -62,6 +63,6 @@ mvn install:install-file -Dfile="C:/Temp/durabletask-azure-functions-1.6.0.jar"
6263
If you want to debug into the Durable Task or any of the .NET bits, follow the instructions below:
6364

6465
1. If you would like to debug a custom local WebJobs extension package then create the custom package, place it in a local directory, and then run `func extensions install --package Microsoft.Azure.WebJobs.Extensions.DurableTask --version <VERSION>`. If you update the version while debugging and the new version doesn't get picked up, then try running `func extensions install` to get the new changes.
65-
3. Make sure the Durable Functions Java debugging is setup already and the debugger has started the `func` process.
66-
4. In the VSCode editor for DurableTask, click Debug -> .NET Core Attach Process, search for `func host start` process and attach to it.
67-
5. Add a breakpoint in both editors and continue debugging.
66+
2. Make sure the Durable Functions Java debugging is setup already and the debugger has started the `func` process.
67+
3. In the VSCode editor for DurableTask, click Debug -> .NET Core Attach Process, search for `func host start` process and attach to it.
68+
4. Add a breakpoint in both editors and continue debugging.

0 commit comments

Comments
 (0)