"> <@diondokter:matrix.org..." <- > <@osbj_nova:matrix.org> Watchpoint / Breakpoint on memory access maybe? Not very practical unless it's possible to set it to watch more than the size of a datatype though... Which I'm not sure how. > > It needs to be read access I guess.... If I had an object and wanted to know if it was in .rodata I would try to write directly to it's address and see if it faults. Which is kinda the other way around... At least in C that is. Yeah, there doesn't seem to be good tooling for it sadly. In the end I did find out what's taking up most space through the magic of asking someone more familiar with the codebase. Turns out we have ~12kb of font data