====== Dump Plugin ====== ---- plugin ---- description: Dump the callstack (instructions) in a json format author : ComboStrap email : support@combostrap.com type : render lastupdate : 2021-06-04 compatible : 2020-07-29 "Hogfather" depends : conflicts : similar : parserarray tags : debug, devel downloadurl : https://github.com/ComboStrap/dump/archive/main.zip bugtracker : https://github.com/ComboStrap/dump/issues sourcerepo : https://github.com/ComboStrap/dump donationurl: screenshot_img : https://raw.githubusercontent.com/ComboStrap/dump/main/resources/image/dokuwiki_vignette.png ---- ===== About ===== This Plugin dumps the callstack (the array of instructions) in a json format (if you are administrator) This is to be able to debug a bad rendering when you don't have access to the server. ===== How it works ===== ==== Menu ==== This plugin will add a button in the menu tool called ''CallStack''. If you click on it, you will see the callstack in ''json'' format. {{https://raw.githubusercontent.com/ComboStrap/dump/main/resources/image/stack.png|Stack icon}} ==== URL ==== You can also reach the output on each page by adding ''?do=export_dump_callstack'' to your URL Example: https://hostname/id?do=export_dump_callstack