JADE Environment Development Ideas

What's new in the upcoming JADE release?

IMPROVED DEVELOPER EFFICIENCY. ENHANCED SECURITY. SMOOTHER INTEGRATION

The JADE 2022 release meets tomorrow’s business demands.


Start your update to JADE's latest release

Debugger - watch properties and break when value changes

When debugging there are times when it would be helpful to know when a property value was changed and by what code, so being able to add a watch to properties and break when the value changes would be nice
  • John Munro
  • May 1 2019
  • Future consideration
HistoricalComments
Brian Johnstone 27/12/2017 8:41:40 AM
Nice suggestion. In the interim, I've achieved a similar thing by adding a mapping method, unless it already exists. Then put in some logic to check if 'set' is true and 'value' is changed. Then I put a 'Claytons' statement, such as a write, inside the if condition on which I can set the breakpoint. Not as nice as having a built in debug option for a change in a property, but it at least gives a way to break whenever the value does change.
  • Attach files
  • +9