[C++-sig] Launch msvc debugger via bjam

John Reid j.reid at mail.cryst.bbk.ac.uk
Fri Mar 23 10:54:58 CET 2007


David Abrahams wrote:
> In v2 it was helpfully renamed to "launcher".  So
> 
>    bjam launcher=dbg.bat
> 
> note it's now a feature and not an option, so there's no preceding
> "--".
> 

Now running this:
bjam debug launcher=dbg.bat gapped_pssm_test

I get the following output:

Using boost build at: C:\Dev\ThirdParty\boost\RC_1_34_0\boost/tools/build/v2
Using boost at: C:\Dev\ThirdParty\boost\RC_1_34_0\boost
Using GSL at C:\Program Files\GnuWin32
Using python at C:\apps\Python25
Building Boost.Regex with the optional Unicode/ICU support disabled.
Please refer to the Boost.Regex documentation for more information
(don't panic: this is a strictly optional feature).
C:/Dev/ThirdParty/boost/RC_1_34_0/boost/tools/build/v2/build\property.jam:282: 
in validate1 from module property
error: Invalid property '<launcher>dbg.bat': unknown feature 'launcher'.
C:/Dev/ThirdParty/boost/RC_1_34_0/boost/tools/build/v2/build\property.jam:290: 
in property.validate from module property
C:/Dev/ThirdParty/boost/RC_1_34_0/boost/tools/build/v2/build\build-request.jam:185: 
in convert-command-line-element from module build-request
C:/Dev/ThirdParty/boost/RC_1_34_0/boost/tools/build/v2/build\build-request.jam:143: 
in build-request.from-command-line from module build-request
C:/Dev/ThirdParty/boost/RC_1_34_0/boost/tools/build/v2\build-system.jam:265: 
in load from module build-system
C:\Dev\ThirdParty\boost\RC_1_34_0\boost\tools\build\v2/kernel\modules.jam:261: 
in import from module modules
C:\Dev\ThirdParty\boost\RC_1_34_0\boost\tools\build\v2/kernel/bootstrap.jam:132: 
in boost-build from module
C:\Dev\boost-build.jam:12: in module scope from module

Any ideas?

John.




More information about the Cplusplus-sig mailing list