Debugger outputs unicode value

Issue #837 resolved
onisuly created an issue

Today when I try to print character '|' from debugger, debugger outputs it's unicode value |, it's really confused. I think it should be the same with developer console. Capture1.PNG Capture2.PNG

Comments (1)

  1. Scott Wells repo owner

    In the Developer Console if you use File>Open Raw Log, you'll see the log as downloaded from the server. It contains:

    09:27:10.4 (4675762)|USER_DEBUG|[1]|DEBUG||
    

    What you're seeing in Developer Console is HTML rendering of the logged information transforming the HTML entity | into the corresponding character.

    Illuminated Cloud does not render the downloaded logs using HTML but rather shows the raw log from the server.

  2. Log in to comment