f:debug 后端不工作 + TYPO3 8
f:debug not working in backend + TYPO3 8
我想在我的自定义扩展后端模块中进行调试,但f:debug
无法在后端工作。
此外,我在 Localconfiguration.php
文件中为后端和前端设置了 'debug' => true,
。
请检查您的 Application context
。如果是 Development
那么 <f:debug>
有效。
<f:debug>foo</f:debug>
应该仍然有效。查看 BE 输出的底部。
我想在我的自定义扩展后端模块中进行调试,但f:debug
无法在后端工作。
此外,我在 Localconfiguration.php
文件中为后端和前端设置了 'debug' => true,
。
请检查您的 Application context
。如果是 Development
那么 <f:debug>
有效。
<f:debug>foo</f:debug>
应该仍然有效。查看 BE 输出的底部。