Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
731 views
in Technique[技术] by (71.8m points)

dump - Symfony - VarDumper component makes the profiler crash

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...