Thread: Debugger for windows

  1. #1
    Samuel shiju's Avatar
    Join Date
    Dec 2003
    Posts
    41

    Debugger for windows

    I am looking for a command line debugger for windows. I am doing most of my development in gvim.

    I am using LCCWIN32 compiler.

    Tried google, didn't find anything.
    Be conservative in what you do, be liberal in what you accept from others.
    RFC 793, "Transmission Control Protocol."


  2. #2
    Registered User
    Join Date
    Dec 2003
    Posts
    167
    You could try searching for Microsoft Debugging Tools for Windows.I think it includes a commandline debugger.
    silk.odyssey

  3. #3
    Yes, my avatar is stolen anonytmouse's Avatar
    Join Date
    Dec 2002
    Posts
    2,544
    Windows includes a command line debugger: ntsd. Good luck working out how to use it. Type ntsd on the command line for more info.

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