AT&T Home | AT&T Labs | Research
AT&T Labs, Inc. - Research

The Yoix® Scripting Language

Home | What's New | Grammar | Documentation | Download | License | YChart | YDAT | YWAIT | Byzgraf | FAQs
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.
 
 Return:   none
 
 See Also:   dumpJavaStack, dumpYoixStack, getErrorCount, getErrorLimit, setErrorCount, setErrorLimit, traceInstructions, traceMethodCalls

 

Yoix is a registered trademark of AT&T Inc.