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
  • The full path is probably used by the local debugger.

    It's annoying, but it is pretty common for full paths to be exposed in debug builds (not just for Monkey C / Connect IQ).

    My usual workaround is to try to put projects in a folder whose path doesn't have personally identifying information.

Comment
  • The full path is probably used by the local debugger.

    It's annoying, but it is pretty common for full paths to be exposed in debug builds (not just for Monkey C / Connect IQ).

    My usual workaround is to try to put projects in a folder whose path doesn't have personally identifying information.

Children
No Data