Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 342
Urs Meili Avatar asked Nov 16 '20 12:11

Urs Meili


1 Answers

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

like image 143
Evgeny Terekhin Avatar answered Oct 01 '22 19:10

Evgeny Terekhin