   =========================================================================
                        M I C R O   F O C U S
 
                  S E R V E R   E X P R E S S  5.0
   =========================================================================

                                  DEBUG DEMOS
                                  ===========

   TABLE OF CONTENTS
   =================

       INTRODUCTION
       SOURCE FILES
       COMPILING AND RUNNING THE DEMONSTRATION


   INTRODUCTION
   ============
   This demonstration is provided as an example of how to use the
   debugging facilities available in animator.

   For more information on debugging please refer to your online book,
   "Debugging Handbook", Chapter 5 Debugging Tutorials.

   SOURCE FILES
   ============
   Below is a list of files required for the demonstration and the location
   of each file.


   File Name    Description of File            Location
   -----------  -------------------            --------
   pi.cbl       Small cobol program that      $COBDIR/demo/debug/pi.cbl
                calculates the value of pi.

   tictac.cbl   Small cobol program that      $COBDIR/demo/debug/tictac.cbl
                plays tictac against you.

   ticerr.cbl   Small cobol program with      $COBDIR/demo/debug/ticerr.cbl
                an error to demonstrate
                just-in-time debugging and
                core file debugging.

   ticbreak.cbl Small cobol program which     $COBDIR/demo/debug/ticbreak.cbl
                demonstrates CBL_DEBUGBREAK.

   cobmain.cbl  Cobol program that calls C    $COBDIR/demo/debug/cobmain.cbl
   csub.c       subprogram to demonstrate     $COBDIR/demo/debug/csub.c
                mixed language debugging.

   mthreadcore.cbl                            $COBDIR/demo/debug/mthreadcore.cbl
   mthread.cbl  These files are all used for  $COBDIR/demo/debug/mthread.cbl
   service.cbl  demoing the debugging of      $COBDIR/demo/debug/service.cbl
   servui.cbl   multi-threaded applications   $COBDIR/demo/debug/servui.cbl
   servdisp.cpy and multi-threaded core files.$COBDIR/demo/debug/servdisp.cpy
   servlnk.cpy                                $COBDIR/demo/debug/servlnk.cpy
   servwrk.cpy                                $COBDIR/demo/debug/servwrk.cpy

   Notes:

   1.  On UNIX environments, filenames must be rendered in the case shown in
       the table above.


   Compiling and Running The Demonstration
   =======================================

   Please see Chapter 5 - Debugging Tutorials in your Debugging Handbook.
    
 
   =========================================================================
   Micro Focus is a registered trademark, and Server Express is a trademark,
   of Micro Focus International Limited. All other trademarks are the
   property of their respective owners.
   =========================================================================
   Copyright (C) 1999 Micro Focus International Limited. 
   All rights reserved.
