Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 Debug Window history

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
nagates Posted - Feb 24 2012 : 11:12:18 AM
I could see it being kinda useful to be able to cache the debug output window for different runs. Perhaps im trying to debug something and I want to go back and look at trace messages from a previous run.

does this make sense?
1   L A T E S T    R E P L I E S    (Newest First)
accord Posted - Feb 24 2012 : 4:37:25 PM
You can write a function or macro that writes both to standard output and to a big log file. Your function or macro should just append your output to the log file even when you start your program instead of overwriting it, so you get a big file with your old results.

Alternatively, since the output is a text file, so can copy-paste parts of it to a new file when you know you will need the values later.

Or if you meant debugger output, there is already a tool for this:
http://stackoverflow.com/questions/2586933/how-do-i-redirect-output-from-the-visual-studio-debugger/

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000