Can i redirect the ouput of Debug window to a Text file?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
My program calls many functions and interates in many loops. To debug the program, i've placed TRACE calls all over the place, but it seems, when the program runs, not all the TRACE outputs are displayed, they are truncated. I guess there isnt enought place/memory for the debug window, how can i redirect it to a text file? Thx.
-
My program calls many functions and interates in many loops. To debug the program, i've placed TRACE calls all over the place, but it seems, when the program runs, not all the TRACE outputs are displayed, they are truncated. I guess there isnt enought place/memory for the debug window, how can i redirect it to a text file? Thx.