I use the async BeginReceive method of System.Net.Sockets.Socket. This requires a callback to an OnReceive function. However, nothing bugging in this section seems to be taken in charge by the debugger. So if anything goes wrong (uncatched exception), the app just crashes. Any idea how to fix that?
I use the async BeginReceive method of System.Net.Sockets.Socket. This requires a callback to an
Share
Breaking on all exceptions might help you to debug the problem:
You open this dialog window through Debug/Exceptions.