Page 1 of 1

feature request - enable breakpoints during normal processing

Posted: February 8th, 2025, 3:07 pm
by johnp
I've run into cases where I create a chain of transformations, then decided I need to go back and tweak one of them, say in the middle of the flow. As I tweak it, especially if I'm comparing one branch vs another that is being tweaked, all the subsequent transforms get re-computed even though I'm not looking at them at the moment.


It would be great if the 'toggle breakpoint' option could be used to prevent 're-evaluation' of the subsequent transforms.

So, basically extent the breakpoints to not only work in batch mode but in normal processing.

Thanks!

John P

Re: feature request - enable breakpoints during normal processing

Posted: February 8th, 2025, 4:06 pm
by jsachs
It would be very complicated to implement what you are suggesting.

You can get a similar effect now by selecting all the transformations following the one you are working on and then clicking the bypass button at the top of the image browser. You can select all the transformations up to the end of a branch using one of the buttons in the image browser tool bar. This will greatly speed up recalculation of the bypassed transformations. When you are done, un-bypass them to restore calculation.

Re: feature request - enable breakpoints during normal processing

Posted: February 9th, 2025, 7:57 pm
by johnp
Excellent - I've learned something more about the program. Perfect!


Thanks!


John P