Hello,
I am using Bloodshed Dev and am trying to debug a program. When using the debugger how can I see the values inside the array?
Thanks.
This is a discussion on Using the debugger to see array contents within the C++ Programming forums, part of the General Programming Boards category; Hello, I am using Bloodshed Dev and am trying to debug a program. When using the debugger how can I ...
Hello,
I am using Bloodshed Dev and am trying to debug a program. When using the debugger how can I see the values inside the array?
Thanks.
Did you try reading the manual?
http://sources.redhat.com/gdb/curren...b_9.html#SEC59
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
If at first you don't succeed, try writing your phone number on the exam paper.
I support http://www.ukip.org/ as the first necessary step to a free Europe.
I use the same compiler as you, and when I use debug mode, it runs through the program and checks for syntaz and parse errors, but I had no manual with mine. I am not quite sure how to alter it, but to be honest, I rarely use the debug function, as I correct any errors the compiler finds anyway. I would only use the debugger if I was doing a big application ie: a game!