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
fix: Use long-running fixture for pause/resume test
The previous pause/resume test used simple.c which completes too fast to
pause reliably. Changed to use attach_target.c which runs for 30 seconds,
giving plenty of time to test the pause functionality.
Also modified the test to use "stop" command at the end instead of waiting
for the program to exit, to avoid waiting 30 seconds for the test to complete.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments