$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Andrey Melnikov (melnikov_at_[hidden])
Date: 2005-07-09 06:16:09
Vladimir Prus wrote:
> On Friday 08 July 2005 01:44, Andrey Melnikov wrote:
>
>>With stage rule I can collect all built binaries into one folder for
>>testing.
>>
>>But unlike in VS, *.pdb files which contain debug information aren't
>>copied, and I cannot use a debugger.
>>
>>How can I do it?
>
>
> You can read previous discussion about it:
>
> http://thread.gmane.org/gmane.comp.lib.boost.build/6904
>
> In short, I still don't know specific conditions (i.e. set of properties),
> under which the pdb file is created. Once I'm told, I can fix the problem.
>
<debug-symbols>on
Andrey