| dumpStack |
([String name] [, model]) |
yoix.thread |
| |
Writes a dump of the stack associated with thread
name,
or the current thread if
name
is omitted, on standard error.
The optional
model
argument controls the output produced by
dumpStack
and should be
YOIXSTACKTRACE
(the default),
YOIXCALLSTACKTRACE,
or
YOIXSTACKDUMP,
which are constants defined in
yoix.thread.
The default value results in an execution trace that includes line number
and source file information.
Setting
model
to
YOIXCALLSTACKTRACE
changes the output format and restricts the trace to function calls,
while setting
model
to
YOIXSTACKDUMP
produces a full stack dump that duplicates the output generated by
dumpYoixStack.
This is a debugging routine that can occasionally help track down
problems in normal Yoix applications.
|
Yoix is a registered trademark of AT&T Inc.
|