Thread: program quits unexpected

  1. #31
    Registered User
    Join Date
    Nov 2008
    Posts
    15
    What do you exactly mean with "interactive debugger"?

  2. #32
    Jack of many languages Dino's Avatar
    Join Date
    Nov 2007
    Location
    Chappell Hill, Texas
    Posts
    2,332
    What editor or IDE are you using to write your code?
    Mainframe assembler programmer by trade. C coder when I can.

  3. #33
    Registered User
    Join Date
    Nov 2008
    Posts
    15
    Microsoft Visual C++ 2008 Express Edition

  4. #34
    Jack of many languages Dino's Avatar
    Join Date
    Nov 2007
    Location
    Chappell Hill, Texas
    Posts
    2,332
    I'm on my mac right now, but built into MSVC++ 2008 Express (I'm fairly certain) is in interactive debugger. Perhaps someone has a link to a tutorial, or you can search it out yourself.

    In a nutshell, an interactive debugger allows you to step through your code a line at a time (if you wish) or set breakpoints in your code so you can dig around and look at things in memory while the program is running.
    Mainframe assembler programmer by trade. C coder when I can.

  5. #35
    Registered User
    Join Date
    Nov 2008
    Posts
    15
    Ok, I will have a look at it myself first. When it isn't clear I will come back here.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Using variables in system()
    By Afro in forum C Programming
    Replies: 8
    Last Post: 07-03-2007, 12:27 PM
  2. BOOKKEEPING PROGRAM, need help!
    By yabud in forum C Programming
    Replies: 3
    Last Post: 11-16-2006, 11:17 PM
  3. Can someome help me with a program please?
    By WinterInChicago in forum C++ Programming
    Replies: 3
    Last Post: 09-21-2006, 10:58 PM
  4. I need some help with my program please.
    By agentxx04 in forum C Programming
    Replies: 9
    Last Post: 09-26-2004, 07:51 AM
  5. My program, anyhelp
    By @licomb in forum C Programming
    Replies: 14
    Last Post: 08-14-2001, 10:04 PM