Jump to content

Function Trace code


DickG
 Share

Recommended Posts

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

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...