how can i debug mingw exe with msvc debuger
|
|
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. |
||
|
|
