MMkay, so I have a program that I want to debug. I know you have to put the source file in a project, so that you can debug it, and I've done so. The one thing I dont understand is how to interpret what the debugging info spits back out. I get thinks like:
Breakpoint 4, main () at F:\_Other\DEBUG\New Folder\TITLE\main.cpp:43
F:\_Other\DEBUG\New Folder\TITLE\main.cpp:43:706:beg:0x4013ae
At F:\_Other\DEBUG\New Folder\TITLE\main.cpp:43
and I don't understand it. I remember using the C::B debugger once and that it told you what was going on, and was a little clearer than what I see above, but I don't understand what I'm looking at. Can someone tell me how to interpret that mumbo-jumbo or how to make the debugger a little clearer?
Thanks,
Larek
P.S. I use version 10.05