[
next
] [
prev
] [
prev-tail
] [
tail
] [
up
]
5.1.2
Options for getting feedback
-vxxx
Be verbose.
xxx
is a combination of the following :
e
: Show errors. This option is on by default.
i
: Display some general information.
w
: Issue warnings.
n
: Issue notes.
h
: Issue hints.
i
: Issue informational messages.
l
: Report number of lines processed (every 100 lines).
u
: Show information on units being loaded.
t
: Show names of files being opened.
p
: Show names of procedures and functions being processed.
c
: Notify on each conditional being processed.
m
: Show names of macros being defined.
d
: Show additional debugging information.
0
: No messages. This is useful for overriding the default setting in the configuration file.
b
: Show all procedure declarations if an overloaded function error occurs.
x
: Show information about the executable (Win32 platform only).
r
: Format errors in RHIDE/GCC compatibility mode.
a
: Show all possible information. (this is the same as specifying all options)
b
: Tells the compiler to write filenames using the full path.
v
: Write copious debugging information to file
fpcdebug.txt
.. Mainly for the compiler developers.
p
Write parse tree to file tree.log. (Intended for compiler developers.)
[
next
] [
prev
] [
prev-tail
] [
front
] [
up
]