Symfony - VarDumper component makes the profiler crash

China☆狼群 提交于 2021-01-29 17:21:01

问题


When i use dump() function from the VarDumper Component (anything: variable, strings, ints objects), the profiler crashes. The web page shows properly but the profiler won't show up anymore if i use the dump() function.

I have a Javascript error in the console:

Uncaught TypeError: Cannot read property 'nodeValue' of null
at load.maxTries ((index):305)
at (index):305
at XMLHttpRequest.xhr.onreadystatechange ((index):305)

And i have no clue of what it is.

I am using Symfony 4.4.18.

Thanks everyone for your help

来源:https://stackoverflow.com/questions/65520409/symfony-vardumper-component-makes-the-profiler-crash

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!