cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

one-seb
Journeyman III

CodeXL : unable to browse source code

When profiling with CodeXL, I'm unable to view the source code. I can browse the disassembly code though.

CodeXL do not even asks to select the corresponding source file.

However, it is fine with the teapot example, CodeXL asks to select the source file if not found.

PS : Not sure if it is the correct place to ask this. If not, please add me to white list.

Thanks

0 Likes
2 Replies

Hi and welcome to the forums. I have whitelisted you so you can now post in any of the developer forums, and I have moved this question to the CodeXL forum.

0 Likes
kalyanpk
Staff

Hi One-seb,

You need to build your code with debugging info enabled (/zi) before you use it for profiling. Teapot sample is build with debug information and hence you are prompted to locate the source file when you double click on the hottest function.

You need to check "Alert when a source file is missing" check-box present in "Tools -> Options -> General" tab.

Let us know if you need any additional information on CodeXL.

Thanks,

Kalyan P