![[Return to Bookshelf]](BOOKSHELF.GIF) 
![[Contents]](TOC.GIF) 
![[Previous Section]](PREV.GIF) 
![[Next Section]](NEXT.GIF) 
![[Index]](INDEX.GIF) 
![[Help]](HELP.GIF) 
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]](BOOKSHELF.GIF) 
![[Contents]](TOC.GIF) 
![[Previous Section]](PREV.GIF) 
![[Next Section]](NEXT.GIF) 
![[Index]](INDEX.GIF) 
![[Help]](HELP.GIF)