vote up 1 vote down star

how can i debug mingw exe with msvc debuger

flag

1 Answer

vote up 1 vote down

You can attach visual c++ debuger to any process running on the system (from the vc menu). But for being able to step through your source code vc would have to load the symbol file (.pdb if I remember correctly) and I don't think gcc generates those files.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.