Clion: how to show in which binary the code is executed?

Answered

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
3 comments

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

Please sign in to leave a comment.