Project

General

Profile

Actions

action #103715

open

Add pause on command failure in developer mode

Added by dzedro over 2 years ago. Updated over 2 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Feature requests
Target version:
Start date:
2021-12-08
Due date:
% Done:

0%

Estimated time:

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.

Actions #1

Updated by okurz over 2 years ago

  • Target version set to future

good idea. Let's see how feasible this would be.

Actions #2

Updated by mkittler over 2 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.

Actions

Also available in: Atom PDF