• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..Today-

action/H05-Jun-2021-5827

class/H05-Jun-2021-6224

renderer/H05-Jun-2021-5230

resources/image/H05-Jun-2021-44

README.mdH A D04-Jun-2021458 199

plugin.info.txtH A D04-Jun-2021199 98

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