Thread: Turn off debugger

  1. #1
    Let's do some coding! Welshy's Avatar
    Join Date
    Mar 2005
    Location
    Staffordshire University, UK
    Posts
    168

    Turn off debugger

    Could someone tell me how to turn off the debugger in Bloodshed dev-C++ version 4.9.9.2? I cant for the life of me find out how, thanks in advance

  2. #2
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    AFAIK, you have to turn the debugger on each time you want to use it... I'll look around for an option to have it on by default though...

    Found it:

    1. open Tools
    2. select Compiler Options
    3. activate the Settings tab
    4. choose Linker in the available list
    5. change Generate debugging information to No
    6. recompile
    Last edited by major_small; 03-30-2005 at 08:58 AM. Reason: found and provided way to turn off debugging.
    Join is in our Unofficial Cprog IRC channel
    Server: irc.phoenixradio.org
    Channel: #Tech


    Team Cprog Folding@Home: Team #43476
    Download it Here
    Detailed Stats Here
    More Detailed Stats
    52 Members so far, are YOU a member?
    Current team score: 1223226 (ranked 374 of 45152)

    The CBoard team is doing better than 99.16% of the other teams
    Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374)

    Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT

  3. #3
    Let's do some coding! Welshy's Avatar
    Join Date
    Mar 2005
    Location
    Staffordshire University, UK
    Posts
    168
    thanks

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How to approach this c program
    By jaykay in forum C Programming
    Replies: 13
    Last Post: 08-17-2008, 05:43 AM
  2. I cant turn my Computer off
    By h3ro in forum Tech Board
    Replies: 9
    Last Post: 03-25-2008, 06:51 PM
  3. executing from debugger
    By hedwin in forum C++ Programming
    Replies: 8
    Last Post: 10-11-2007, 04:05 PM
  4. Replies: 3
    Last Post: 07-24-2007, 04:25 PM
  5. I need some quick help with code.
    By stehigs321 in forum C Programming
    Replies: 35
    Last Post: 10-30-2003, 10:07 PM