Click here to Skip to main content
15,886,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Debugging a Xamarin.iOS app, and can't find the call stack in Visual Studio Mac.
The documentation here says helpfully

Quote:
The debug configuration provides a helpful set of tools to support debugging, such as breakpoints, using data visualizers, and viewing the call stack:


but then it doesn't tell you how to view the call stack.

What I have tried:

Read the documentation, looked for a Debug menu (no), found other Debug options on the Run menu (call stack not included), ditto View menu, clicked every button in sight on the VS Mac GUI...what am I missing?
Posted
Updated 8-Jul-20 22:09pm

The call stack comes up automatically when you start debugging.
I had somehow managed to close it, and I can't find how to make it come back.
It remained closed through several debugging runs, also after closing the project and opening it again.
After I forced Visual Studio to quit and re-started it, the Call Stack popped up again.
 
Share this answer
 
Comments
Richard MacCutchan 9-Jul-20 5:08am    
You can find it from the Debug -> Windows menu item.
Tasadit 9-Jul-20 8:45am    
There is no Debug menu in Visual Studio Mac.
Richard MacCutchan 9-Jul-20 9:01am    
Try the other menu items to see where the call stack window can be opened.
Tasadit 9-Jul-20 15:32pm    
As described in What I have tried...
Click the menue items 'View' -> 'Debug Pads' -> 'Call Stack'
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900