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