Author Topic: Can one debug a wizard script?  (Read 4781 times)

Offline BtM

  • Multiple posting newcomer
  • *
  • Posts: 17
Can one debug a wizard script?
« on: February 08, 2012, 05:07:19 pm »
I am trying my hand at building a new project wizard script and find that some way of debugging the script will be useful is such an option available
thanks
Ben

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Can one debug a wizard script?
« Reply #1 on: February 08, 2012, 05:39:49 pm »
Yes use Log and DebugLog functions (see the help on the wiki for the exact details:) )
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline BtM

  • Multiple posting newcomer
  • *
  • Posts: 17
Re: Can one debug a wizard script?
« Reply #2 on: February 08, 2012, 05:46:25 pm »
thanks for the fast response will look it up
Ben