chore: улучшил вывод немного

This commit is contained in:
root
2024-11-01 18:40:21 +03:00
parent d7f2db8780
commit 4af9e13120

View File

@ -52,6 +52,7 @@ int main()
continue_execution(pid); continue_execution(pid);
if (stats & SIGTRAP) if (stats & SIGTRAP)
{ {
printf("--BREAKPOINT--\n");
while (stats != 0) while (stats != 0)
{ {
read(0, &buff, 1); read(0, &buff, 1);
@ -60,7 +61,7 @@ int main()
} }
} }
printf("____AFTER_TRACE_PARRENT____\n"); printf("____PROCESS_WAS_TERMINATED____\n");
} }
return 0; return 0;
} }