User Tools

  • Logged in as: anonymous (anonymous)
  • Logout

Site Tools


error_detection

This is an old revision of the document!


Real-Time Error Detection

One of the disadvantages about scripting languages is that since they are (usually) not typed, nor compiled, they allows you to type nonsense that cannot be catched like a compiler would. The mIRC Scripting Language is no exception, and is even worse in that regard, the way it works with that concept of evaluation, allowing you to dynamically create the called commands/identifiers, is really error prone. mslDev will greatly help you there, it will report any syntax error you can make in real-time, by highlighting the wrong part of the code. A special window is dedicated to the display of errors, warnings and informations found in all files opened. Every kind of problem is handled for you, reducing a lot the time spent on debugging.

error_detection.1366056733.txt.gz · Last modified: 2013/04/15 16:12 by Wims