Thread: c editors

  1. #1
    Registered User
    Join Date
    Mar 2004
    Posts
    4

    c editors

    does we have any editors for

    c / c++ wher we can have the optione

    to trace out each instruction

    line by line


    my operating system is redhat linux 9.0

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Sounds more like you need a debugger

    gdb is the command line debugger
    ddd is the graphical user interface debugger
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. a qestion about modern editors
    By Masterx in forum C++ Programming
    Replies: 5
    Last Post: 02-01-2009, 01:04 AM
  2. editors' differences
    By kgott in forum C Programming
    Replies: 4
    Last Post: 10-19-2006, 09:59 AM
  3. Resource Editors
    By golfinguy4 in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 03-24-2002, 10:23 AM
  4. Resource Editors
    By Nutshell in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 03-24-2002, 07:38 AM
  5. other editors...
    By doubleanti in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 11-29-2001, 11:49 PM