Option to hide script part of Anonymous Apex output log

Issue #1853 resolved
Piotr Kożuchowski created an issue

When executing script, the first part of console debug is always the script that was executed. I’d like an option to hide that script and see only debug log.

The reason behind this is that if I have long script (50+ lines) which is failing for some reason, I have to repeatedly scroll down through the code part to see execution output. With this option available, I’d see the result right away and I wouldn’t even have to take my hands off keyboard.

Comments (4)

  1. Scott Wells repo owner

    This is a reasonable request and should be pretty simple to address. I'll keep it in the relatively near-term queue.

  2. Scott Wells repo owner

    Change committed for inclusion in the next build:

    Issue_1853.png

    The option is enabled by default for consistency with previous behavior, but its state is retained across sessions.

  3. Log in to comment