Hello/ During Linux debugging, almost after each line, IDA outputs lines of the type to the console:
- "Looking for GNU DWARF file at "/usr/lib/debug/.build-id/a4/c98c0c7c7803311fbd918df8fb08db852cef3d.debug"... no."
- "Looking for GNU DWARF file at "/usr/lib/debug/usr/lib/x86_64-linux-gnu/c98c0c7c7803311fbd918df8fb08db852cef3d.debug"... no.
It is logical that the IDA is looking for some files for DWARF, can this be fixed somehow? In fact, this does not affect anything, and is it possible to remove these warnings? Or somehow completely fix it?
@IN CONSOLE@
2022-09-18 01:04:42 [3] Accepting connection from 172.21.32.1...
Looking for GNU DWARF file at "/usr/lib/debug/.build-id/a4/c98c0c7c7803311fbd918df8fb08db852cef3d.debug"... no.
Looking for GNU DWARF file at "/usr/lib/x86_64-linux-gnu/c98c0c7c7803311fbd918df8fb08db852cef3d.debug"... no.
Looking for GNU DWARF file at "/usr/lib/x86_64-linux-gnu/.debug/c98c0c7c7803311fbd918df8fb08db852cef3d.debug"... no.
Looking for GNU DWARF file at "/usr/lib/debug/usr/lib/x86_64-linux-gnu/c98c0c7c7803311fbd918df8fb08db852cef3d.debug"... no.
WHAT THE ....
Invalid flag
2022-09-18 01:05:01 [3] Closing connection from 172.21.32.1...