Programming and posix getting started

33
Debugging Your Application - 3
MPE System Debugger
> callci run ./program ;debug
Symbolic debugger - xdb
use -g switch during compile
> c89 -g ...
link with /SYS/LIB/XDBEND
first, as MANAGER.SYS:
> cd /SYS/LIB; ln -s XDBEND end.o
> c89 -o /SYS/LIB/end.o
> xdb -h program