Runtime error #100
-
When i click open launch.json it pops this box: Looks like i dont have this file. |
Beta Was this translation helpful? Give feedback.
Answered by
zero-plusplus
Apr 17, 2021
Replies: 1 comment
-
If you install AutoHotkey, you can start debugging without worrying about launch.json. The main cases where you will need launch.json are if you are using a portable version of AutoHotkey that can be used without installation, or if you want to use advanced debugger features. If you want to learn about launch.json itself, see here. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zero-plusplus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you install AutoHotkey, you can start debugging without worrying about launch.json.
The main cases where you will need launch.json are if you are using a portable version of AutoHotkey that can be used without installation, or if you want to use advanced debugger features.
If you want to learn about launch.json itself, see here.