Changeset 3958 for trunk/doc


Ignore:
Timestamp:
Aug 6, 2000, 1:37:17 PM (25 years ago)
Author:
sandervl
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/ReportingBugs.txt

    r3911 r3958  
    1 /* $Id: ReportingBugs.txt,v 1.3 2000-08-01 23:17:55 sandervl Exp $ */
     1/* $Id: ReportingBugs.txt,v 1.4 2000-08-06 11:37:17 sandervl Exp $ */
    22
    33Reporting Odin bugs
     
    2424In that case, we'll ask you to mail us the entire file. (zipped)
    2525So please *do not* send huge logfiles to this list!
     26
     27Generating useful logfiles
     28--------------------------
     29To enable logging in the debug build, add the following environment variable:
     30        SET WIN32LOG_ENABLED=1
     31
     32This turns on logging for all debug dlls.
     33However, this can result in huge logfiles. To reduce the size, use release
     34builds of dlls that are not relevant to the problem you're seeing.
     35The general rule is that usually only the logging information generated by
     36gdi32, kernel32 and user32 is important.
     37Use the release build of gdi32 if the problem you're seeing isn't related
     38to painting. (gdi32 generates a *lot* of logging information)
     39
     40Logging.txt contains information on how to selectively enable/disable logging.
     41Doing this requires some knowledge about the layout of the Odin source tree
     42and what each source file does.
     43
     44
     45Useful tips
     46-----------
     47Crashes are always easy to locate in logfiles (search for 'Exception Information'),
     48but improper behaviour isn't.
     49In the system menu (top left button of a window), there's a menu item called
     50'Put mark in debug log'. Selecting this item puts the line 'Mark requested
     51by user' in the log.
     52This can be useful i.e. if a window is resized improperly after you click
     53on a button. To make it easy for us to locate the right log lines, you
     54should select the 'Put mark in debug log' menu item and then click on the
     55button that causes the problem.
     56
    2657
    2758------------ODIN BUGREPORT------------------
Note: See TracChangeset for help on using the changeset viewer.