You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The debugger helper waited for the initial break by matching the
human-readable break banner. On slow systems the CLI can reach the
prompt before that banner is observed, causing flaky timeouts.
Use setContextLineNumber(2) to probe the debugger CLI state. The
command requires a pause state and leaves the default context line
setting unchanged. Retry while it reports that execution is not paused.
Wait for the probe response and the next prompt together, so later test
commands cannot consume probe output.
Signed-off-by: Kamat, Trivikram <16024985+trivikr@users.noreply.github.com>
Assisted-by: openai:gpt-5.5
0 commit comments