Passing Command Line Arguments? #298
Unanswered
Stretch655
asked this question in
Q&A
Replies: 1 comment
-
The The following is an example of a minimal launch.json using the {
"version": "0.2.0",
"configurations": [
{
"name": "AutoHotkey Debug",
"type": "autohotkey",
"request": "launch",
"args": [
"arg1",
"arg2",
],
}
]
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How would I pass command line arguments (via A_Args) to the script I'm debugging?
Beta Was this translation helpful? Give feedback.
All reactions