Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary
Universal Debugger
Jump to user comments
tool, parallel (udb) KSR's interactive source leveldebugger for serial and parallel programs written in KSR,
Udb is a source level debugger for testing and debugging
serial and parallel programs; it is compatible with GDB and
dbx. The user can direct udb either by typing commands or
graphically through an X-based window interface; the latter
provides simultaneous display of source code, I/O and
instructions. For parallel programs, operations can be
carried out per-thread.