Urs Meili
Urs Meili

Reputation: 809

Jetbrains Rider: Show "external code" in debugger call stack

In Rider, is there a way to actually show the "external code" in the debugger stack frames, when paused at a breakpoint? enter image description here

In Visual Studio, this can be done easily, but in Rider it seems impossible. And, yes, I enabled "exable external source debug": enter image description here

Upvotes: 9

Views: 2044

Answers (1)

Evgeny Terekhin
Evgeny Terekhin

Reputation: 96

Currently, there is this action for expanding external frames. In RIDER 2021.2 EAP 1 we are introducing another action in the context menu (which can be activated by right click on the stack frames panel) to make this setting less confusing. See for details

Upvotes: 6

Related Questions