What do you exactly mean with "interactive debugger"?
Printable View
What do you exactly mean with "interactive debugger"?
What editor or IDE are you using to write your code?
Microsoft Visual C++ 2008 Express Edition
I'm on my mac right now, but built into MSVC++ 2008 Express (I'm fairly certain) is in interactive debugger. Perhaps someone has a link to a tutorial, or you can search it out yourself.
In a nutshell, an interactive debugger allows you to step through your code a line at a time (if you wish) or set breakpoints in your code so you can dig around and look at things in memory while the program is running.
Ok, I will have a look at it myself first. When it isn't clear I will come back here.