JADE Environment Development Ideas

What's new in the JADE 2025 release?

IMPROVED DEVELOPER EFFICIENCY. ENHANCED INTEGRATIONS. NEW WEB DEVELOPMENT FRAMEWORK

The Jade 2025 release focuses on modernising the developer experience and helping you build faster, smarter, and more scalable applications.


Start your update to JADE's latest release

Further debugger bubble help improvement

The debugger would be hugely more productive if hovering over a path showed the value at that path, but at present the debugger just ignores the hover.

For example, I have the following code:

previousContract := sm.getCurrentContract(sc.startDate - 1);

If I hover over sm, or sc, the debugger shows me the object reference (not particularly helpful!) but if I hover over startDate I see nothing.

The debugger should evaluate the expression to the point I'm hovering over and show me the result.

At present if I want to see the value of sc.startDate either have to highlight the complete path, or view it by using the inspector.
  • Guest
  • May 1 2019
  • Shipped (2020)
  • Attach files
  • +13