$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Alex Besogonov (cyberax_at_[hidden])
Date: 2006-06-14 08:53:29
Deane Yang wrote:
> But I confess I don't know how to use the debugger in VC++ Express
> without setting up a VC++ project and compiling it in VC++. Can someone
> explain how I can compile in bjam and debug in VC++ without actually
> compiling the project in VC++?
You need to create a "Makefile project" and set bjam as a makefile command.
MSVS will use bjam to build your project, and you can use debugger as
usual (just set command and command arguments in debugger options).
-- With respect, Alex Besogonov (cyberax_at_[hidden])