DickG Posted August 31, 2016 Share Posted August 31, 2016 Today, I found that every one of my UDF functions had a line inserted at the top like this: ConsoleWrite('@@ (6068) :(' & @MIN & ':' & @SEC & ') <function name>()' & @CR) ;### Function Trace It was only in one of my UDF files. I have no idea how it got there. Maybe I did something by accident. Does anyone know how it got there? I couldn't find anything about this in the Help file or online. Link to comment Share on other sites More sharing options...
Bowmore Posted August 31, 2016 Share Posted August 31, 2016 You must have accidentally clicked on 'Tools->Trace:Add Func Trace Lines' in Scite4AutoIt. To remove them just click on 'Tools->Trace:Remove ALL Trace Lines' "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to build bigger and better idiots. So far, the universe is winning."- Rick Cook Link to comment Share on other sites More sharing options...
DickG Posted August 31, 2016 Author Share Posted August 31, 2016 Interesting! I have no idea how I might have done that, as there is no keyboard shortcut for it. I didn't even know about that command. But it's the only possible thing that could have happened. Thanks for the reply. Link to comment Share on other sites More sharing options...
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