Next | Prev | Up | Top | Contents | Index

Debugging Tool

IRIX provides dbx, a source level debugger that allows you to debug C, C++, Fortran 77, Pascal, and assembler code. You can execute a program under dbx control to

You can also use dbx to examine a core file, if a program crash occurs, to determine the point at which the crash occurred.

To use dbx


Next | Prev | Up | Top | Contents | Index