C Programming: Debugging with pthreads

后端 未结 8 2012
余生分开走
余生分开走 2020-12-07 14:47

One of the hardest things for me to initially adjust to was my first intense experience programming with pthreads in C. I was used to knowing exactly what the next line of c

8条回答
  •  时光取名叫无心
    2020-12-07 15:24

    Debugging a multithreaded application is difficult. A good debugger such as GDB (with optional DDD front end) for the *nix environment or the one that comes with Visual Studio on windows will help tremendously.

提交回复
热议问题