[Return to Bookshelf] [Contents] [Previous Section] [Next Section] [Index] [Help]


pthread_debug

Invokes the DECthreads internal debugger.

Syntax

pthread_debug();

C Binding

#include 

void pthread_debug (void);

Arguments

None

Description

This routine invokes the DECthreads internal debugger as a callable function. It takes no arguments and does not return a value. It enters the internal debugger parsing loop. Type exit to return to the program.

To pass a list of debugging commands to DECthreads, call pthread_ debug_cmd.

For more information, see Appendix D.

Return Values

None

Associated Routines

   pthread_debug_cmd



[Return to Bookshelf] [Contents] [Previous Section] [Next Section] [Index] [Help]