Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Feature Requests
 Debug Window history
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

nagates
Senior Member

29 Posts

Posted - Feb 24 2012 :  11:12:18 AM  Show Profile  Reply with Quote
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?

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Feb 24 2012 :  4:37:25 PM  Show Profile  Reply with Quote
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/

Edited by - accord on Feb 24 2012 4:46:50 PM
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000