I've used jdump over the years and really missed it as I reworked some of my own code for J4.
I have now reworked jdump and you can have the code to use in this project if you like. It is now completely namespaced and is using the J4 structure. I can not promise to maintain it and will not make some kind of fork.
It has the same functionality.
Two changes:
- The popup opens in a browser tab. I had always problems with the browser window getting hidden.
- The plugin is activated/deactivated in the components backend view. i.e. deactivate it as soon as you are not "debugging" your code.
PS. I hade to change the command dump() ( to dumpVar() ) as dump is in use. DS.
I've used jdump over the years and really missed it as I reworked some of my own code for J4.
I have now reworked jdump and you can have the code to use in this project if you like. It is now completely namespaced and is using the J4 structure. I can not promise to maintain it and will not make some kind of fork.
It has the same functionality.
Two changes:
PS. I hade to change the command dump() ( to dumpVar() ) as dump is in use. DS.