1FvwmGtkDebug(1) Fvwm Module FvwmGtkDebug(1)
2
3
4
6 FvwmGtkDebug - graphical interactive fvwm module debugger
7
9 FvwmGtkDebug should be spawned by fvwm(1).
10
11 To run this module, place this command somewhere in the configuration:
12
13 Module FvwmGtkDebug
14
15 To stop this module, just close the GUI window, the usual KillModule
16 works too.
17
18 You may also run this application in the dummy mode from the command
19 line, but this only shows the GUI with dummy event data and not the
20 real data.
21
23 This module monitors all fvwm event information and shows it nicely in
24 the interactive gtk+ application. Good for debugging purposes.
25
27 There are several command line switches:
28
29 FvwmGtkDebug [ --mask mask ] [ --xmask mask ] [ --debug level ]
30
31 Long switches may be abbreviated to shorter switches.
32
33 -m⎪--mask mask - set the initial module mask, 31 bit integer. This
34 mask may be changed interactively at any time. By default almost all
35 events are monitored (except for some flood events like CONFIGURE_WIN‐
36 DOW or FOCUS_WINDOW. The special value of -1 sets the maximal mask.
37
38 -x⎪--xmask mask - set the initial module extended mask, 31 bit integer.
39 This mask may be changed interactively at any time. By default almost
40 all events are monitored (except for some flood events like ENTER_WIN‐
41 DOW or LEAVE_WINDOW. The special value of -1 sets the maximal extended
42 mask.
43
44 -d⎪--debug level - use the Perl library debugging mechanism. The use‐
45 ful levels are 2 to 4.
46
48 See also FvwmDebug.
49
51 Mikhael Goikhman <migo@homemail.com>.
52
53
54
55perl v5.8.0 2003-06-10 FvwmGtkDebug(1)