Tagged Questions

5
votes
6answers
2k views

How to put breakpoint in every function of .cpp file?

Is there a macro that does it? Which DTE objects to use?
0
votes
2answers
192 views

how to automate conversion of visual studio project to use Intel C++ Compiler.

We are using Intel C++ compiler for improving the performance of our C++ code. In order to use it, we need to convert our visual studio project into intel project through the IDE. Since Intel compiler ...
0
votes
1answer
82 views

How do I find and open a file in a Visual Studio 2005 add-in?

I'm making an add-in with Visual Studio 2005 C# to help easily toggle between source and header files, as well as script files that all follow a similar naming structure. However, the directory ...