Subject: Re: [Boost-users] Why can I not put a break in this part of asio sample code?
From: Igor R (boost.lists_at_[hidden])
Date: 2009-07-13 04:22:12


> I tried to break at the point calling this function and step into from
> there.
> it jumps to async_receive(...) function in win_iocp_socket_service.hpp file.

Probably, you compile in release mode (i.e. with optimisations).