Quote Originally Posted by matsp View Post

If you have a crash, the "call stack" window is good to see how you ended up where you ended up [unless you have made a REAL mess of things].
In my "call stack" window, are these 5 lines:
> test.exe!main() Line 37 C
test.exe!__tmainCRTStartup() Line 586 + 0x19 bytes C
test.exe!mainCRTStartup() Line 403 C
kernel32.dll!7c817067()
[Frames below may be incorrect and/or missing, no symbols loaded for kernel32.dll]
The only thing that changes when I keep pressing F10 is the line number, and the bottom 2 lines are permanently greyed out.

Should there be alot more happening in this window?

And for the pointers that I've declared, in the "Autos" window, I get:
+ p_line 0xcccccccc <Bad Ptr> char *
+ p_newline 0xcccccccc <Bad Ptr> char *
But I think it's because they haven't been initialised yet?

Thanks.