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

Update Breakpoint Options on Multiple Breakpoints

Hi,

I have a use case/example whereby I have 25 breakpoints and they all use the same condition in different methods. It is very tedious to go into each one and update the condition. It would be easier if we had a bulk update option.

  • Phillip Wells
  • Oct 16 2025
  • Needs review
  • Attach files
  • Guest commented
    17 Oct 03:10

    Not sure this is good advice as I'm pretty sure this is not intended behaviour, but you could cheat by making a JadeScript method as a typeMethod. Make it return a Boolean. In your breakpoint type JadeScript@myDebugHack() = true