Filter for 'Debug Only' in testing interface (Run)

Issue #633 duplicate
Federico Moretti created an issue

Hello, the Intellij testing interface is pretty good and is a lot better than open the Developer Console on SF, the only problem I'm facing is that it takes a while to filter out the 'important' lines. Is there an option to filter for 'Debug Only' or is it possible to add it also to that window?

Thank you, Federico.

Comments (6)

  1. Scott Wells repo owner

    Take a look at the comments on #255. Unfortunately this is not nearly as easy as it should be because of how much IntelliJ IDEA's unit test framework does for you and how deeply entrenched in that framework you are. You can use search in the console window with a search term of USER_DEBUG. Not nearly as clean as filtering down to those lines only, but better than nothing...

  2. Federico Moretti reporter

    I see, thank you for the answer and apologies for not have searched before creating the issue.

  3. Scott Wells repo owner

    Oh, not a problem at all! I don't mind correlating new issues with matching open issues.

  4. Log in to comment