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
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?