2010-01-20 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mcs / class / System.Web / Test / tools / README
1 Tools
2 -------
3
4         * HtmlWriter.cs: it provides a custom HtmlTextWriter implementation with
5         logging capabilities to help figuring out which method in HtmlTextWriter
6         you should invoke and where to do it.
7
8         How to use it.
9         ---------------
10                 * Run 'make'. It will generate HtmlWriter.dll.
11                 * Copy HtmlWriter.dll to the 'bin' directory.
12                 * Copy web.config to the directory in which you run xsp
13                 (the parent of 'bin').
14                 * There are 2 environment variables used:
15                         -HTMLWRITER_FULLTRACE=yes: displays the stack trace for
16                         every method called.
17                         -HTMLWRITER_FILE=[yourfilename]: output goes to a file
18                         instead of stdout.
19
20         The default output is a sequence number, the function called and its
21         arguments.
22