This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Call stack window does not display local values

I'm running a debug session.

I set a break point inside of function services_init on line 201.

I ran the run up to break point command

image description

The processor pauses on line 201 as expected. However, the stack window only displays variables local to the main function.

Why don't I see the variables local to services_init?

image description

Parents Reply Children
No Data
Related