Quote Originally Posted by Momentum View Post
thanks for the reply.

I noticed my call stack window only displays the current line being processed. I do not get a listing of processed calls to pop back to.

I viewed the options for the stack windows and did not see anything that hints to listing all calls in a function. what am I missing?
You'll only get a call stack if you've actually made calls. If it's a simple program without any function calls, that's to be expected.