Propagate Layer changes via Style command on-the-fly.
[fvwm.git] / modules / FvwmDebug / FvwmOldDebug.1
blob11ded1557015d3f1f85414a4716ddf52601bfad4
1 .\" t
2 .\" @(#)FvwmDebug.1     1/28/94
3 .TH FvwmDebug 1 "25 April 2002" Fvwm "Fvwm Modules"
4 .UC
5 .SH NAME
6 FvwmDebug \- the fvwm module debugger
7 .SH SYNOPSIS
8 FvwmDebug is spawned by fvwm, so no command line invocation will work.
10 .SH DESCRIPTION
11 The FvwmDebug captures the stream of module packets coming from
12 fvwm, and displays them on stderr.
14 .SH COPYRIGHTS
15 The FvwmDebug program, and the concept for
16 interfacing this module to the Window Manager, are all original work
17 by Robert Nation
19 Copyright 1994, Robert Nation. No guarantees or warranties or anything
20 are provided or implied in any way whatsoever. Use this program at your
21 own risk. Permission to use this program for any purpose is given,
22 as long as the copyright is kept intact.
25 .SH INITIALIZATION
26 During initialization, the FvwmDebug requests that fvwm dump a
27 complete window list into its pipe. These packets are terminated with
28 and "end Send_WindowList" message.
30 .SH INVOCATION
31 FvwmDebug can be invoked by inserting the line 'Module FvwmDebug' in
32 the .fvwm2rc file. This can be placed on a line by itself, if FvwmDebug
33 is to be spawned during fvwm's initialization, or can be bound to a
34 menu or mouse button or keystroke to invoke it later. Fvwm will search
35 directory specified in the ModulePath configuration option to attempt
36 to locate FvwmDebug.
38 You may optionally use the following arguments when invoking FvwmDebug:
40 .IP \-v
41 Enables verbose output of window flag data
43 .IP filename
44 Sends output to an arbitrary file instead of stderr
46 .SH CONFIGURATION OPTIONS
47 There are no configuration options.
50 .SH AUTHOR
51 Robert Nation