#C++ Pipe command Emulation works on Linux, not MacOS
16 messages · Page 1 of 1 (latest)
When your question is answered use !solved or the button below to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
What's the point of commenting out the whole code?
oh oops my bad, that was a test
Just upload the uncommented one
Have you tried using a debugger
The grey background is Linux output, blue is MacOS
I can't seem to debug into forked child, it only stays in parent
using VSCode debugger
In gdb you can set it to follow forks
You can do that when using gdb via vscode too
mm ok, I use clang++ so idk if I'll have to switch entirely