Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | Today | - | ||||
action/ | H | 05-Jun-2021 | - | 58 | 27 | |
class/ | H | 05-Jun-2021 | - | 62 | 24 | |
renderer/ | H | 05-Jun-2021 | - | 52 | 30 | |
resources/image/ | H | 05-Jun-2021 | - | 4 | 4 | |
README.md | H A D | 04-Jun-2021 | 458 | 19 | 9 | |
plugin.info.txt | H A D | 04-Jun-2021 | 199 | 9 | 8 |
README.md
1# Dokuwiki Dump Plugin 2 3## About 4This [Dokuwiki Plugin](https://www.dokuwiki.org/plugin:dump) dumps the callstack (the array of instructions) in a json format. 5 6This is to be able to debug a bad rendering when you don't have access to the server. 7 8## How it works 9 10### Menu 11 12This plugin will add a button in the menu tool called `CallStack`. 13 14![CallStack icon](./resources/image/stack.png) 15 16If you click on it, you will see the callstack in `json` format. 17 18 19