We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58ef2a1 commit ebe67e8Copy full SHA for ebe67e8
docs/Configuration.md
@@ -70,7 +70,7 @@ Here is the simplest `launch.json` file content, with which you can debug the me
70
"type": "objectscript",
71
"request": "launch",
72
"name": "Example.Service.Test",
73
- "program": "##class(Example.Service).Test(<methodparam1>,<methodparam2>)"
+ "program": "##class(Example.Service).Test(\"answer\",42)"
74
}
75
]
76
0 commit comments