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.

    I mean that it seems that the same debug.xml file is created when debugging locally, and that the local debugger needs that information.

    Yeah, it would probably be nice if the export process would redact some of the information in that file.

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

    I mean that it seems that the same debug.xml file is created when debugging locally, and that the local debugger needs that information.

    Yeah, it would probably be nice if the export process would redact some of the information in that file.

Children
No Data