I have a very large C++ server application on Windows (Win7). It compiles fine and runs mostly well, but sometimes IP connections fail.
My suspicion is that some calls to the Winsock API get bad parameters and not all result codes are checked properly.
Is there a way to trace all calls to the Winsock API including parameters, so I can can check them for the failing connection ? Something similar to strace on Linux maybe ?
This application provides complete API call trace check this http://www.sstinc.com/winsock.html