Call Stack Not Visible in Debugger for .NET Core API in JetBrains Rider

I'm currently developing a .NET Core API and facing an issue with the debugger. Whenever I hit a breakpoint or the debugger breaks at an exception, I want to view the timeline of calls to understand the sequence that led to that point. However, I don't see the "frames" feature in the debugger, which I believe should show the call stack and allow me to navigate through it.  Here is a blog post that shows frames, it's from 6 years ago so I assume things were moved around. 

Here is what I see when the debugger stops:

 

 

I'm using JetBrains Rider on Mac OS.  Is there something specific to .NET Core or Rider that might be causing this issue? Or is there a different way to view the call stack that I'm missing? Any help would be appreciated!

 

Rider details:
JetBrains Rider 2024.1.2
Build #RD-241.15989.179, built on May 6, 2024

 

0

Please sign in to leave a comment.