comparison tradcpp.1 @ 199:1d2bad7151f9

Add a -debuglog option to send an execution trace to a file. Intended to be used when debugging imake templates and other complex input, not for debugging tradcpp itself.
author David A. Holland
date Sun, 04 Sep 2016 17:14:42 -0400
parents f7814226906c
children bdc672634010
comparison
equal deleted inserted replaced
198:4158b974e23f 199:1d2bad7151f9
258 but adds the result as if it were specified with 258 but adds the result as if it were specified with
259 .Fl I . 259 .Fl I .
260 .El 260 .El
261 .Ss Diagnostic Options 261 .Ss Diagnostic Options
262 .Bl -tag -width bubblebabble 262 .Bl -tag -width bubblebabble
263 .It Fl debuglog Ar file
264 Write a trace of actions and operations to
265 .Ar file
266 as the input is processed.
267 Meant for debugging problems in complex substitution schemes fed to
268 .Nm ,
269 such as those used by
270 .Xr imake 1 .
263 .It Fl dD 271 .It Fl dD
264 Dump all macro definitions, except for the predefined macros, after 272 Dump all macro definitions, except for the predefined macros, after
265 the normal preprocessing output. 273 the normal preprocessing output.
266 Not implemented. 274 Not implemented.
267 .It Fl dI 275 .It Fl dI