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


cma_debug

Invokes the DECthreads internal debugger.

Syntax

cma_debug();

C Binding

#include 

void cma_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 cma_debug_cmd. For more information, see Appendix D.

Exceptions

None



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