Record Case Detail

Notes

This function is in beta test. Please help improve it in the issues here.

Stderr

 pwd: /out/package
ppid: 118540
   1: WRITELN sleep 10
   2: CTRL+C
Scan child pids of ppid: 118540
SIGINT
Send signal 2 to pid: 118540
Scan child pids of ppid: 118541
Send signal 2 to pid: 118541
Scan child pids of ppid: 118542
Send signal 2 to pid: 118542
Scan child pids of ppid: 118543
Send signal 2 to pid: 118543
   3: WRITELN echo 123 > 1.txt
   4: WRITELN sleep 10 > 1.txt
   5: CTRL+C
Scan child pids of ppid: 118540
SIGINT
Send signal 2 to pid: 118540
Scan child pids of ppid: 118541
Send signal 2 to pid: 118541
Scan child pids of ppid: 118548
Send signal 2 to pid: 118548
Scan child pids of ppid: 118549
Send signal 2 to pid: 118549
   6: WRITELN cat 1.txt
   7: WRITELN echo success
   8: CTRL+C
Scan child pids of ppid: 118540
SIGINT
Send signal 2 to pid: 118540
Scan child pids of ppid: 118541
Send signal 2 to pid: 118541
Scan child pids of ppid: 118555
Send signal 2 to pid: 118555
   9: WRITELN exit
exit: 0

Your Answer

mumsh $ 
mumsh $ mumsh $ 
mumsh $ mumsh $ success
mumsh $ 
mumsh $ exit

JOJ Answer

mumsh $ 
mumsh $ mumsh $ 
mumsh $ mumsh $ success
mumsh $ 
mumsh $ exit