• Pexle Chris

    (@pexlechris)


    It is a great plugin for developer use! You can debug easily every variable without printing needed anymore.

    You also can add feature to “display all” and “hide all” by default, saving maybe to a cookie.
    And also let users save their favorite view “var_export” or “var_dump” or “print_r”

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Bowo

    (@qriouslad)

    @pexlechris thanks! I’ll note down the feature request for now. Hope I can implement in a future version.

    Plugin Author Bowo

    (@qriouslad)

    @pexlechris both of your suggestions have been implemented in v1.7.0. Hope you like how it’s done. p.s. it’s using WP option, not browser cookie.

    • This reply was modified 2 years ago by Bowo.
    Thread Starter Pexle Chris

    (@pexlechris)

    Great news I will give them a try!

    Thread Starter Pexle Chris

    (@pexlechris)

    I think wp option is not a good choice because, other users could have other favorite settings, instead, you can save these settings in user metas.

    Plugin Author Bowo

    (@qriouslad)

    @pexlechris that’s a good point. I’ll try to implement in the next version. Thanks for the feedback.

    Thread Starter Pexle Chris

    (@pexlechris)

    Also, think about the case that many (2 or 3) developers saves their debugging variables!! They will going crazy seeing variables that haven’t inspected their owns. Have you this in mind? Brainstoring…

    I had implemented such plugin, this is why I know the issues, before they occur… 🙂

    Plugin Author Bowo

    (@qriouslad)

    @pexlechris that’s another great feedback. I should be able to add user ID to the table that stores inspection results and use that when loading inspection results.

    Also, the viewer preference can also stay in wp_options if I add user ID as well and use it when loading the inspector page.

    Thread Starter Pexle Chris

    (@pexlechris)

    You may also need to debug a variable from the non-logged UI…How will you do it??
    Maybe a filter that display My Variables or Non-Logged In Users or All Users or All logged In Users…

    You can think how to implement this…

    Glad to help you 🙂

    Plugin Author Bowo

    (@qriouslad)

    @pexlechris can you provide an example of inspecting a “variable from non logged-in UI”?

    Can’t that just be the inspector one-liner inside code that handles the front-end UI?… so, anytime the front end UI is loaded, inspection results appear on the backend.

    Thread Starter Pexle Chris

    (@pexlechris)

    Yes, I notice this at case that you will implement feature that will view only “my variables”.

    Now the Dashboard page in backend shows variables from all developers. If you cahnge this functionality, have in mind the case from non-logged_in users

    Plugin Author Bowo

    (@qriouslad)

    @pexlechris ah, I see what you mean. If we attach variable value to a user ID, inspection done from front-end pages (non logged-in view) will need to be accounted for. Let me try and think if there’s a good way to compensate for that. Maybe that filter (logged-in by user ID vs non logged-in) you mentioned might work.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Awsome plugin that every developer need it’ is closed to new replies.