Thread: No errors when debugging?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Not stupid, just stupider yaya's Avatar
    Join Date
    May 2007
    Location
    Earthland
    Posts
    204

    Thumbs up No errors when debugging?

    I've got a (lengthy) program, and when I run it, some variables get some really bogus values for some reason. When I debug it to find the cause of it, the values are fine, making it difficult to track down the problem.

    So, my question is, what could cause this? Obviously the debugger does something differently. I read somewhere that the debugger gives values to uninitialized variables, though I don't think this is my particular problem.

    So, any ideas?

    Cheers.

    BTW, I'm using MSVS '08.
    Last edited by yaya; 03-06-2010 at 10:01 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Sneaky little linker errors...
    By Tozar in forum C++ Programming
    Replies: 8
    Last Post: 10-25-2006, 05:40 AM
  2. Errors with header files in OpenGL using VisualC++
    By wile_spice in forum Game Programming
    Replies: 3
    Last Post: 06-22-2006, 08:56 AM
  3. Program Fatal Error- Please Explain
    By luckygold6 in forum C++ Programming
    Replies: 9
    Last Post: 03-06-2003, 08:56 PM
  4. executing errors
    By s0ul2squeeze in forum C++ Programming
    Replies: 3
    Last Post: 03-26-2002, 01:43 PM