2 .\" @(#)FvwmDebug.1 1/28/94
3 .TH FvwmDebug 1 "25 April 2002" Fvwm "Fvwm Modules"
6 FvwmDebug \- the fvwm module debugger
8 FvwmDebug is spawned by fvwm, so no command line invocation will work.
11 The FvwmDebug captures the stream of module packets coming from
12 fvwm, and displays them on stderr.
15 The FvwmDebug program, and the concept for
16 interfacing this module to the Window Manager, are all original work
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.
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.
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
38 You may optionally use the following arguments when invoking FvwmDebug:
41 Enables verbose output of window flag data
44 Sends output to an arbitrary file instead of stderr
46 .SH CONFIGURATION OPTIONS
47 There are no configuration options.