detect array out of bounds

  • Thread starter Thread starter JAG77
  • Start date Start date
J

JAG77

Guest
Visual Studio 2008, Windows XP, C++

How do I set up Visual Studio to detect a software error that writes or reads outside the bounds of an array? I expect the debugger to stop the code when it tries to read or write to an array location that is not valid.

~jag77 We need to know what a dragon is before we study its anatomy. (Bryan Kelly, 2010)

Continue reading...
 
Back
Top