Thread: The mystical art of debugging

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    SAMARAS std10093's Avatar
    Join Date
    Jan 2011
    Location
    Nice, France
    Posts
    2,694
    Quote Originally Posted by cfanatic View Post
    Thanks for the info. I am debugging in Code::Blocks(using gdb). I'll be using IDE debugging for the rest of my life.
    Your welcome.Glad to hear that,because this means that you like it Maybe you can teach me how to use it in the future :-D

  2. #2
    Registered User
    Join Date
    Jul 2012
    Location
    Australia
    Posts
    242
    Quote Originally Posted by std10093 View Post
    Your welcome.Glad to hear that,because this means that you like it Maybe you can teach me how to use it in the future :-D
    Right now I only know how to watch the values of local variables. Still have to to learn how to set breakpoints and and whatever else is involved with debugging.
    IDE: Code::Blocks | Compiler Suite for Windows: TDM-GCC (MingW, gdb)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. New to C, need debugging help
    By Theta Zero in forum C Programming
    Replies: 15
    Last Post: 02-16-2011, 10:49 PM
  2. debugging
    By bean66 in forum C Programming
    Replies: 7
    Last Post: 08-21-2009, 04:33 PM
  3. debugging
    By l2u in forum C++ Programming
    Replies: 6
    Last Post: 09-16-2007, 07:22 PM
  4. Debugging?
    By Brain Cell in forum C++ Programming
    Replies: 7
    Last Post: 03-30-2005, 01:00 AM
  5. need some debugging help
    By InvariantLoop in forum C Programming
    Replies: 15
    Last Post: 02-09-2005, 09:53 PM