I compile the project using bjam with following command bjam toolset=gcc
(using gcc-mingw-4.5.2)
I want to debug the project in visual studio 2010.How can it be done?
Note:Using bjam is requirment of my system.
This is impossible: the debug information and format generated by GCC cannot be used with the Microsoft toolchain and vice versa.