mIRC Home    About    Download    Register    News    Help

Print Thread
#146772 08/04/06 03:49 PM
Joined: Dec 2005
Posts: 54
B
Bundy Offline OP
Babel fish
OP Offline
Babel fish
B
Joined: Dec 2005
Posts: 54
Is there a way to check a script for bugs? I know that one can only point out mistakes by using a script. But something that run through the script and see that everything makes sense (check that the strings are correct) - and when it get stuck say in what line it is.

For example: Error line 254 (OR whatever the case may be)

Kind Regards! grin grin grin

#146773 08/04/06 04:02 PM
Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
Due to the flexibility of mIRC scripting this would be very difficult verging on impossible to create.

#146774 08/04/06 07:08 PM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
Quote:
Is there a way to check a script for bugs?


yes, you run the script , and supply it with test data and see if the results of those tests are as expected.

I know thats not what you wanted to here, but thats the only real way.


Link Copied to Clipboard