PPUDump

From Lazarus wiki
Revision as of 07:53, 23 June 2006 by Mischi (talk | contribs) (From FreePascal User's Manual]:)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

From FreePascal User's Manual:

ppudump is a program, which shows the contents of a Free Pascal unit. It is distributed with the compiler. You can just issue the following command

 ppudump [options] foo.ppu

to display the contents of the foo.ppu unit. You can specify multiple files on the command line.

The options can be used to change the verbosity of the display. By default, all available information is displayed. You can set the verbosity level using the -Vxxx option. Here, xxx is a combination of the following letters:

h: show header info.

i: show interface information.

m: show implementation information.

d: show only (interface) definitions.

s: show only (interface) symbols.

b: show browser info.

a: show everything (default if no -V option is present).