Trac is being migrated to new services! Issues can be found in our new YouTrack instance and WIKI pages can be found on our website.

Changes between Version 16 and Version 17 of TipsForBugReports


Ignore:
Timestamp:
Aug 27, 2008, 5:43:25 PM (15 years ago)
Author:
datallah
Comment:

Add stderr redirection

Legend:

Unmodified
Added
Removed
Modified
  • TipsForBugReports

    v16 v17  
    2525{{{
    2626cd "C:\Program Files\Pidgin"
    27 pidgin.exe -d > debug.log
     27pidgin.exe -d 2>&1 > debug.log
    2828}}}
    2929This will cause the debug output to be saved in a file called `debug.log`.
     
    7070
    7171REM start pidgin without an extra command window
    72 START /B pidgin -d >> %logfile%
     72START /B pidgin -d 2>&1 >> %logfile%
    7373
    7474REM close this command window
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!