Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: BtM on February 08, 2012, 05:07:19 pm

Title: Can one debug a wizard script?
Post by: BtM 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
Title: Re: Can one debug a wizard script?
Post by: oBFusCATed on February 08, 2012, 05:39:49 pm
Yes use Log and DebugLog functions (see the help on the wiki for the exact details:) )
Title: Re: Can one debug a wizard script?
Post by: BtM on February 08, 2012, 05:46:25 pm
thanks for the fast response will look it up
Ben