how to see call stack and local variable info at the same time in Visual Studio?

  • Thread starter Thread starter pz1997
  • Start date Start date
P

pz1997

Guest
I have visual studio 2015, there used to be 2 windows below, and I can see local variables at one window on left side, and see call stack or brekapoints at the right side.



for some reason, now I only have one debug window at the bottom of the source code, need switch between tabs to see call stack, or see local variables. question is : how to get back to 2 debug windows below source code?


what I want is:

SOURCE CODE

---------------------

|

LOCALs | callstack

---------------------------

Continue reading...
 
Back
Top