[*]Please add a conditional to test if Debug is on or not. This would be great for Buttons and Delays during tease development. It would allow the display of additional buttons, similar to how a Delay button appears when debug is on and a delay is active, or to use different delays in debug mode vs regular mode.
<Button if-Debug ....>Test Some Specific Page or whatever
<Delay if-Debug seconds="10" ... /> // So I can see what's happening
<Delay if-not-Debug seconds="0" ... /> // To just do it
[*]Please add a conditional to test if Debug is on or not. This would be great for Buttons and Delays during tease development. It would allow the display of additional buttons, similar to how a Delay button appears when debug is on and a delay is active, or to use different delays in debug mode vs regular mode. <Button if-Debug ....>Test Some Specific Page or whatever <Delay if-Debug seconds="10" ... /> // So I can see what's happening <Delay if-not-Debug seconds="0" ... /> // To just do it