G
Guest
Hi!
how can we accelerate compile time of solution, that contains many projects.
Most of them are unmanaged C++ and are linked into DLL, and 1 project is
managed exe in C#. Even when we want to Run solution without any need of
compiling- it checks if any of projects has changed. How can we optimize it?
why debugging in our case is so slow? Steping over the code needs too much
time. How can we optimize it?
Thanks in advance,
how can we accelerate compile time of solution, that contains many projects.
Most of them are unmanaged C++ and are linked into DLL, and 1 project is
managed exe in C#. Even when we want to Run solution without any need of
compiling- it checks if any of projects has changed. How can we optimize it?
why debugging in our case is so slow? Steping over the code needs too much
time. How can we optimize it?
Thanks in advance,