-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add pseudo-variable ${ahk:suppressErrorDialog}
#213
Comments
useExtendedErrorMessage
to launch.json
While This pseudo-variable is only valid for Use the following.
|
I decided to add a new configuration snippet that serves as an example of the use of this pseudo-variable.
|
${ahk:suppressErrorDialog}
This feature is no longer needed due to the following debugger feature. Therefore, changes must be reverted. |
This attribute is for resolving #60.
If enabled this attribute, load the this script with
/include
command line argument of AutoHotkeyThis script suppresses error dialogs and adds call stack information to error messages.
Note that
/include
has the limitation that only one script can be specified, so if you want to specify it in runtimeArgs, you will have to give up one of them.The name
useExtendedErrorMessage
is tentative and may be changed if a more descriptive name is found.The text was updated successfully, but these errors were encountered: