matomo-org / plugin-PiwikDebugger

Debug and troubleshoot a Matomo server or a plugin with this useful plugin toolkit
GNU General Public License v3.0
3 stars 6 forks source link

It would be nice to the debugbar to execute queries, commands, ... #11

Open tsteur opened 10 years ago

tsteur commented 10 years ago

Maybe we can extend the debugbar to directly execute queries from there? Maybe we can also execute commands there? etc...

From what I see it is possible to extend it but not sure how easy and how nicely it is possible: http://phpdebugbar.com/docs/javascript-bar.html#custom-tabs-and-indicators

Maybe it is not MVP but it would be really nice to have multiple component in one toolbar.

mattab commented 10 years ago

:+1: It would just make sense to reuse the debug bar to let user discover debug tools in the bar, rather than somewhere else.

diosmosis commented 10 years ago

FYI, commands are executed in a new debugbar tab. Very easy to add one.