Issues.00481 - lordmundi/wikidoctest GitHub Wiki

00481: Add ability to capture tcl output when running in windows

« 00480 | Issues | 00482 »

Summary: Add ability to capture tcl output when running in windows

Created: 2013–02–28 12:10

Status: Released

Category: Request

From: frankie

Version: 2.3

Released_In: 2.4

Description:

When running in windows, there is no output to the console. Sometimes useful messages are in stdout or stderr. These channels are captured in "doug.log" if they come from plugin status/warning messages or the DOUG binary itself, but tcl messages are missed.

This is a request to have a separate file (doug_tcl.log) which captures the output of tcl scripts when running in windows.


Comments


« 00480 | Issues | 00482 »

Associated Commits

| commit | eeaaf73eaaee2bf07e5e8167f7160ec4ddd22d4e link5 | || | Author: | Frank Graffagnino | | Date: | Fri Mar 1 15:05:45 2013 -0600 | | Message: | [@Issue 00481: Added in tcl puts redirect for Windows The puts command now redirects using the tcl_puts_redirect.tcl script, but I only source that script in the WIN32 context. Even if sourced in another OS, output should go both to the file and to the console. If the doug console is open, it should go to all three. @] |

Affected Files:

.gitignore                |  2 ++
 blank.cfg                 | 12 ++++++++
 cev.cfg                   | 12 ++++++++
 gui/tcl_puts_redirect.tcl | 73 +++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 99 insertions(+)