Thread: Testing

  1. #1
    Registered User
    Join Date
    Nov 2003
    Posts
    161

    Testing

    I would like some tips for debuging. I am testing my dll and I get an error. I see the disassembly window and I don't understand what all the words mean. I want to goto the line in my code of where the error had accured. Anyone know how to goto the line of code where the error had accured?

    Thanx in advance!

  2. #2
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    Which OS/compiler/IDE are you using?
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  3. #3
    Registered User
    Join Date
    Nov 2003
    Posts
    161
    Iam using MSVC++ on winXp

  4. #4
    Registered User glUser3f's Avatar
    Join Date
    Aug 2003
    Posts
    345
    insert some break point where you think the error happens, and hit F5.
    debugging will start.
    use F10 and F11 to step in/over

  5. #5
    Registered User subdene's Avatar
    Join Date
    Jan 2002
    Posts
    367
    I always find the windows message boxes helpful when debugging code. If you could insert a few of them in your code and recompile your dll, and output the variable contents which you think maybe giving you problems, then that might help.
    Be a leader and not a follower.

  6. #6
    Registered User
    Join Date
    Nov 2003
    Posts
    161
    Thanx everyone I found out where my problem is.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. OpenGL: Depth Testing, Matrixes, ect.?
    By Zeusbwr in forum Game Programming
    Replies: 8
    Last Post: 12-08-2004, 09:37 AM
  2. C++ bit testing
    By Vicious in forum C++ Programming
    Replies: 3
    Last Post: 09-19-2004, 11:44 AM
  3. Blending and Depth Testing
    By Thunderco in forum Game Programming
    Replies: 2
    Last Post: 03-08-2004, 06:37 PM
  4. program for Radiation Testing
    By Unregistered in forum C Programming
    Replies: 5
    Last Post: 02-07-2002, 01:47 AM
  5. Testing Testing 123.. Oh yeah and...
    By minime6696 in forum Windows Programming
    Replies: 0
    Last Post: 08-13-2001, 09:07 AM