The Jade 2025 release focuses on modernising the developer experience and helping you build faster, smarter, and more scalable applications.
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.
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