Thread: Borland Turbo Debugger

  1. #1
    Registered User
    Join Date
    Apr 2007
    Posts
    17

    Question Borland Turbo Debugger

    How can i use the Borland Turbo debugger? I have installed it but i don't know how to use it.

  2. #2
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    What version of Turbo C++ is it? I can tell you that they are all really old and dated nowdays. One of the best debuggers you can get is the one Visual C++. You can download the latest 2005 express edition for free from Microsofts website.

    Or, you can get code::blocks which is also a free download, that has a better debugger than DevC++ and the "nightly build" options is brilliant.
    Double Helix STL

  3. #3
    Registered User
    Join Date
    Apr 2007
    Posts
    17
    it is borland version 5.5

  4. #4
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    Oh its the command line compiler? I have never used one of those perosnally, but others have. You may still find it eaiser using an IDE instead mind.
    Double Helix STL

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Getting a C# program with a manifest file to run in the debugger
    By Xarzu Athanasop in forum C# Programming
    Replies: 0
    Last Post: 01-18-2008, 06:34 PM
  2. executing from debugger
    By hedwin in forum C++ Programming
    Replies: 8
    Last Post: 10-11-2007, 04:05 PM
  3. Replies: 3
    Last Post: 07-24-2007, 04:25 PM
  4. MSVC++ Debugger (it kills me)
    By lightatdawn in forum A Brief History of Cprogramming.com
    Replies: 6
    Last Post: 06-29-2002, 07:37 PM