Ups (debugger)
From Wikipedia, the free encyclopedia
| This article does not cite any references or sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. (June 2009) |
Ups is an open source source-level debugger developed in the late 1980s for Unix and Unix-like systems, originally developed at the University of Kent by Mark Russell. It supports C and C++, and Fortran on some platforms.
Unlike more popular debugger stacks for modern Unix platforms, ups is completely self-contained — not merely a graphical front-end to lower-level debuggers like gdb (although some work has been done to make ups usable in that way). The ups user interface is built directly upon the X Window System and SunView, i.e. it does not use an intermediate widget toolkit such as Motif or GTK+.
[edit] See also
- DDD, a Motif debugger front-end
- KDbg, a KDE debugger front-end
- Xxgdb, an X Window System debugger front-end
[edit] External links
| This Unix-related article is a stub. You can help Wikipedia by expanding it. |