Skip to content

Instantly share code, notes, and snippets.

@igricart
Created August 5, 2020 10:38
Show Gist options
  • Save igricart/1d9706d22ccc440f2f71d414caa21ea6 to your computer and use it in GitHub Desktop.
Save igricart/1d9706d22ccc440f2f71d414caa21ea6 to your computer and use it in GitHub Desktop.
Get std::cout from process in background
# <PID number> = 1234
strace -p<PID number> -s9999 -e write
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment