Visual alert for pause and input

I like the big watermark-style visual alert that appears when a build has completed or failed. Could this alert also be given if the build has paused, or is requesting input? It’s frustrating to think your build is working in the background and only to discover much later that you’d forgotten to remove a breakpoint…Steve

“watermark-style” - do you mean the window that pops up above the system tray?

It’s not possible for us to pop it up when an action is requesting input, as the FinalBuilder engine doesn’t get notification of this from the action. All FB knows is that the action is still running. And by when you say “if the build has paused”, do you mean if it hits a breakpoint?

.t8

Yep, I mean that window.
What if the action is Input Variables, Messagebox or similar? Granted, you couldn’t do it for custom actions or random messageboxes popped up by executed programs, but maybe for those common action types…
And yes, paused as in, it hit a breakpoint.

Steve