Hi For some reason Ozone doesn't find source file when clicking on it in Disassembly Window. Background: Simplified project structure looks like this: Source Code (13 lines) project is linking mylib.a static library. Some time ago mylib.a library had absolute paths for debug symbols but it was inconvenient. To debug library we had to recompile it locally - otherwise absolute paths inside library didn't match (every developer has different absolute path to root). That's why we decided to use rela…