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?

0

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.

0

请先登录再写评论。