Acknowledged

debug.xml shouldn't contain some data, especially by default

IQ file includes debug.xml, that should be used only for ERA so it shouldn't contain any data that ERA doesn't need. But it contains:

- paths to files (<entry filename="....) and it can include e.g. names...

- <documentation><![CDATA[<div class="  - just because I added comment before function name?????

and maybe other data...

Parents
  • > it is pretty common for full paths to be exposed in debug builds (not just for Monkey C / Connect IQ).

    I'm fairly sure I've seen Windows app crashes in the past where full paths of source files were exposed in the crash dialog or crash dump (not saying it's a good thing).

    In contrast, Apple seems to redact as much personal information as possible when creating a crash dump (which isn't exactly the same thing of course).

Comment
  • > it is pretty common for full paths to be exposed in debug builds (not just for Monkey C / Connect IQ).

    I'm fairly sure I've seen Windows app crashes in the past where full paths of source files were exposed in the crash dialog or crash dump (not saying it's a good thing).

    In contrast, Apple seems to redact as much personal information as possible when creating a crash dump (which isn't exactly the same thing of course).

Children
No Data