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.
- Timestamp:
-
Aug 14, 2010, 5:28:08 AM (13 years ago)
- Author:
-
QuLogic
- Comment:
-
Add non-Windows debug logging
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v28
|
v29
|
|
| 48 | 48 | [wiki:GetABacktrace Get a backtrace] |
| 49 | 49 | |
| 50 | | = Debug Logging = |
| 51 | | == Obtaining a Debug Log == |
| | 50 | = Obtaining a Debug Log = |
| 52 | 51 | If asked to obtain a debug log, the following steps will help you do so. |
| 53 | 52 | |
| 54 | 53 | If Pidgin isn't crashing, you can use the Debug Window (`Help->Debug Window`) to obtain the debug log output. |
| 55 | 54 | |
| 56 | | If Pidgin is crashing, you can save the debug output to a file by opening a Command Prompt window and starting Pidgin as follows:[[BR]] |
| | 55 | If Pidgin is crashing, you can save the debug output to a file with the following instructions. |
| | 56 | |
| | 57 | == All OS (except Windows) users == |
| | 58 | Open a terminal and start Pidgin as follows: |
| | 59 | {{{ |
| | 60 | pidgin -d 2>&1 > ~/debug.log |
| | 61 | }}} |
| | 62 | |
| | 63 | == Windows == |
| | 64 | Open a Command Prompt window and start Pidgin as follows:[[BR]] |
| 57 | 65 | (You should replace `C:\Program Files\Pidgin` with the path to which you installed Pidgin if it is different) |
| 58 | 66 | {{{ |
| … |
… |
|
| 62 | 70 | This will cause the debug output to be saved in a file called `debug.log` in your %USERPROFILE% directory. |
| 63 | 71 | |
| 64 | | == Preemptive Debug Logging == |
| | 72 | === Preemptive Debug Logging === |
| 65 | 73 | Pidgin just hiccuped, you want to file a ticket but you wish you had saved the debug log don't you? Here is a script to have it made for you all the time. |
| 66 | 74 | |
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!