UPS3.37

  • Submit New Release
  • Edit UPS Information
  • Submit a New Software

Source debugger for C/C++/Fortran on Unix.

Wednesday, May 29, 2002
  • Development
  • Debugers and Optimizers
ups jpg

Ups is a source level debugger for C, C++ and Fortan. It runs in a window with two major regions: one showing the current state of the target program data and the other showing the currently executing source code. A key feature of ups is that the variables display is persistent: when you add a variable to the display it stays there as you step through the code. The current stack trace (which function called which) is always visible. Ups includes a C interpreter which allows you to add fragments of code simply by editing them into the source window (the source file itself is not modified). This lets you add debugging printf calls without recompiling, relinking (or even restarting) the target program. You can also add conditional breakpoints in a natural way at the appropriate place in the source window.

  • Downloads
    2296
  • License
    Free to use but restricted
  • Platforms
    Solaris, Linux, FreeBSD
  • Tags
    c/c++/fortran graphical debugger unix

Downloads / Release History


May
29
2002
UPS 3.37
May
29
2002
UPS 3.38-beta2

Comments

No comment. Be the first to enter a comment.
Replying to:
Cancel

Last articles