dimanche 28 juin 2015

How to debug a simple program using gdb inside a complex command line?

Let's say I have a program called _program. I run it inside a larger stdin/stdout command line like that:

echo Hello world | _program >> output.txt

How to debug _program using gdb?

Aucun commentaire:

Enregistrer un commentaire