Thread: Im in need of a special debugging tool!

  1. #1
    Registered User
    Join Date
    Oct 2001
    Posts
    4

    Unhappy Im in need of a special debugging tool!

    I searched the Web and couldnt find anything appropriate yet. I have an application that only hangs on the PC of one Customer. I need something to write the Function Calls into a Logfile during Runtime, so the Customer can send me this logfile, for me to check where exactly it hangs.

    May anyone can help me where to find such a tool?
    Many Thx!

    PS: Yes of course, I could myselfe include Output into a Logfile into my Classes. But I know there exists a nicer solution. Just need to find it.

  2. #2
    Normal vector Carlos's Avatar
    Join Date
    Sep 2001
    Location
    Budapest
    Posts
    463
    Visual C++'s debugger should be enough for your purposes.

    Take a closer look to "C Run-Time Library Debugging Support" section in your MSDN Library.

    Have fun!

  3. #3
    Registered User
    Join Date
    Oct 2001
    Posts
    4
    Many thx. They are sufficient, but not what Im looking for. But to get a fast solution I guess I have to use this.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Dev-C++: Problems with Breakpoint Debugging
    By Thileepan_Bala in forum C Programming
    Replies: 1
    Last Post: 01-17-2008, 10:48 AM
  2. Debugging book recommendation
    By dagans in forum Projects and Job Recruitment
    Replies: 1
    Last Post: 09-13-2005, 07:35 PM
  3. I need a special debugging Tool!
    By ref in forum Windows Programming
    Replies: 0
    Last Post: 10-29-2001, 03:06 AM
  4. Debugging mode selection during compile time
    By YALINI in forum C Programming
    Replies: 1
    Last Post: 09-03-2001, 09:56 AM