Skip to content

Commit ebe67e8

Browse files
Update docs/Configuration.md
Co-authored-by: John Murray <[email protected]>
1 parent 58ef2a1 commit ebe67e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Here is the simplest `launch.json` file content, with which you can debug the me
7070
"type": "objectscript",
7171
"request": "launch",
7272
"name": "Example.Service.Test",
73-
"program": "##class(Example.Service).Test(<methodparam1>,<methodparam2>)"
73+
"program": "##class(Example.Service).Test(\"answer\",42)"
7474
}
7575
]
7676
}

0 commit comments

Comments
 (0)