DickG Posted August 31, 2016 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.
Bowmore Posted August 31, 2016 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
DickG Posted August 31, 2016 Author 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.
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