Terminating a method in the debugger

when in debugger…you start the method.
when you click ‘Terminate’ a popup appears asking if I’m sure.

99 % I’m quite sure in wanting to terminate the method. Could we loose this pop-up. :roll:

I don’t need that question either. And maybe it is not necessary to write an exception for that in the log either, if possible…

it is just common to ask if you do something that is pretty destructive. about the same as if you close a tab that isn’t save and it ask for you to save it!?

The log is something we can’t go around pretty easy because stopping a script is just throwing an exception in the javascrip interperter. So eventually it will boil down.