Clion: how to show in which binary the code is executed?
已回答
In Visual Studio when debugging the callstack shows the file where each function is executed. So you know when it is in the .exe file or it stepped inside a particular .dll.

In Clion I don't see such information. Is there any setting that can be set to show it?
请先登录再写评论。
Hello!
The Frame tab shows a source file name - https://www.jetbrains.com/help/clion/examining-suspended-program.html#examine-frames. Is it suitable?
This is not enough. There are cases, when the code can be compiled to different modules. For instance, template functions. You can not know in which binary the code is executed given just the source name.
Thanks for the reply! I created a feature request: https://youtrack.jetbrains.com/issue/CPP-22586. Feel free to comment or upvote it. See https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications if you are not familiar with YouTrack.