Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ease-dev] Release v0.6.0

I have just pushed v0.6.0 to our download servers. This release is a service release therefore it does not come with tons of new features. We worked on following topics:

Debug Framework:

  • support watch expressions for JS
  • improved Variables support for JS
  • Variables content hover in editor for JS

UI improvements for Script Shell:

  • show result type as icon
  • variables dropin now uses the same information as Variables debug view
  • Support for engine specific return value formatting

Modules:

  • consistent documentation support. Enforce complete documentation via build.
  • UI improvements for Modules Explorer view

Under the hood the whole debug framework got rewritten. We are now ready for further debugger improvements which are planned for the next release. Eg the nightly repository already contains multithreading debug support for Rhino. Improved Python debug support is on the way.

Thanks to all contributors!

Have fun
Christian


Back to the top