Version: 1.0.3.7
Status: Pre-release
Released: 2010-05-23
License: MIT License
No downloadable files are available for this release but you can obtain the source code from GitHub.
Source-Code

This is open source under the MIT License. You can obtain the source code for this specific version from GitHub or browse the releases for source code associated with specific versions. If you make any changes which you feel improves this application, please feel free to submit a pull - request.

Release Notes
  • Added ability to add and remove break-points while running.
  • Added tons of new debugging functionality to the engine. Such as Debug.Break() and Debug.Evaluate().
  • Reworked many language namespaces – the documentation is now out-of-date.
  • Added ability to evaluate variables and expressions through the IDE.
  • Added ability to evaluate variables and expressions through the IDE. This can be done in several ways - some update when break points are hit, while others are real-time.
  • Added real-time expression watch. Variables and expressions can be evaluated without break points.
  • Added “script library” to the IDE interface under the help menu.