action #103715
openAdd pause on command failure in developer mode
0%
Description
If I debug console test then I have to watch the test and use "Pause on next command",
to debug command failure as there is no option to auto pause test other than screen fail.
Would help if there is "Pause on next command fail" checkbox or option in the drop-down list.
Updated by okurz about 3 years ago
- Target version set to future
good idea. Let's see how feasible this would be.
Updated by mkittler about 3 years ago
The current "Pause on next command" feature pauses before the next command. This new feature would pause after a command if it failed. That is a bit more tricky because the pausing needed to be handled when sending back responses from the backend by postponing the reply. That's something we're not doing so far (we only postpone sending commands, not returning an answer). However, I suppose it should still be possible.