Let say I have a file that has a lot of preprocessor macros that generate loads of code. Normally when debugging such a file I wouldn't be able to step into ...
The problem with redirecting the output to a file in debug mode is that I can not view the content of file (size is zero) until the program finish. With this ...