-1

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.

YAKOVM
  • 9,805
  • 31
  • 116
  • 217

1 Answers1

1

This is impossible: the debug information and format generated by GCC cannot be used with the Microsoft toolchain and vice versa.

rubenvb
  • 74,642
  • 33
  • 187
  • 332
  • Downvoter: please explain. If my answer is not correct, please say so, if it is not to your liking, `Don't Kill The Messenger`... – rubenvb Oct 19 '11 at 16:15