Log Analyzer - option to show only User Debug entries in Tree view

Issue #1387 resolved
Marcel Pękacki created an issue

Hi,

I’m really enjoying the new Tree view in Log Analyzer. But it would be even greater if there would be a possibility to filter/search USER_DEBUG entires - the ones that are generated by System.debug() Apex calls. In Raw view, there is Debug Only checkbox, but in Tree view there is no way to easily find them.

Comments (10)

  1. Scott Wells repo owner

    I considered adding this but thought that perhaps it would be more intuitive to filter the USER_DEBUG entries in the raw view than in the tree view. Note that you can search for them--and for anything--by just typing the search string while the tree has focus, then you can press cursor up/down to cycle between hits:

    Issue1387.png

    It's not quite the same as filtering, but it does provide a reasonably quick way to find things in the tree view.

  2. Marcel Pękacki reporter

    That’s great! I didn’t know about the search option. In my opinion it is completely sufficient. Thanks!

  3. Scott Wells repo owner

    It's up to you as to whether to resolve this or not. I think filtering in the tree view is still a very reasonable request. Note that speed search (the name of the feature displayed above) is available in pretty much all of the tree, table, and list views in the IDE.

  4. Marcel Pękacki reporter

    I’ve already resolved it. For me, it is the perfect way to achieve this. You can easily find the debugs and you can see them in context. Thanks for the info about the speed search!

  5. Scott Wells repo owner

    FYI, I did go ahead and add a Debug Only view to the tree table. Turns out that it was all of 5-6 lines of code to do so, and I figure it would be useful. Here's a pic:

    Issue1387_2.png

    That will be included in the next build.

  6. Log in to comment