Jump to content

trace window for built scripts


Recommended Posts

I do apologise, I only just got what you meant.

The answer of course is, yes.

But I suspect it would be something you have to script, rather than their being any pre-cooked solution.

A simple function to output to any sort of edit control would suffice I imagine.

AutoIt Absolute Beginners    Require a serial    Pause Script    Video Tutorials by Morthawt   ipify 

Monkey's are, like, natures humans.

Link to comment
Share on other sites

My advice (if the code is very large) would be to add trace lines, then create a script

to wrap those trace lines into a param of a function call which outputs it)

ie

ConsoleWrite("@@ traceline")

becomes

_MyOutPutFunc('ConsoleWrite("@@ traceline")')

AutoIt Absolute Beginners    Require a serial    Pause Script    Video Tutorials by Morthawt   ipify 

Monkey's are, like, natures humans.

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...