c.haslam Posted October 1, 2024 Posted October 1, 2024 What does it do? Can't find it in Help. Spoiler CDebug Dumps values of variables including arrays and DLL structs, to a GUI, to the Console, and to the Clipboard
argumentum Posted October 1, 2024 Posted October 1, 2024 2 hours ago, c.haslam said: Can't find it in Help. G@!$#$%@#$ #AutoIt3Wrapper_AU3Check_Parameters=-q -d -w 1 -w 2 -w 3 -w 4 -w 5 -w 6 SOLVE-SMART 1 Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting.
Guest Posted October 1, 2024 Posted October 1, 2024 4 hours ago, c.haslam said: What does it do? Can't find it in Help. You can find a detailed list under : https://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/au3check.html Syntax: #AutoIt3Wrapper_Au3Check_Parameters=-q -d -w 1 -w 2 -w 3 -w 4 -w 5 -w 6 -w 7 The parameters set the app behaviour as follows: · -q : quiet mode (this will only show errors and warnings) · -d : set the "MustDeclareVars" option to True · -w 1 : give a warning if an include file is included more than once · -w 2 : give a warning if #comments-end (or #ce) is missing · -w 3 : give a warning if variables are already declared · -w 4 : give a warning if local variables are used in the global scope · -w 5 : give a warning if a local variable is declared but not used · -w 6 : give a warning when using Dim · -w 7 : give a warning if ByRef parameters are incorrect
Solution c.haslam Posted October 2, 2024 Author Solution Posted October 2, 2024 Thank you Spoiler CDebug Dumps values of variables including arrays and DLL structs, to a GUI, to the Console, and to the Clipboard
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now