Debugging

I am going to say something controversial here. I love debugging; I find it fun and very interesting. It is like a puzzle to solve. When you think you have found the problem, you find that you are only chipping at the tip of the iceberg. And to do debugging on a multi-thread program makes the puzzle all that more interesting to go after. The area I am debugging right now seams to be the semaphores that I am using, I know that for every time I grab for a semaphore I free it when I am finished but it seams that my code is all blocked up in the grabbing for the semaphore, I am starting to wonder if the WIN32 API is not a atomic function, which will make the code all that more harder to deal with.

 Post details 

Categories: Technology
Tags: No Tags
Published on: March 28, 2005

 © 2024 - Michael P. O'Connor