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
171 views
in Technique[技术] by (71.8m points)

php - How to change the CSS for the display of var_dump when xdebug is enabled

I use Xdebug on VSCode. When you enable var_dump, the font color and size are set as shown below.

<pre class='xdebug-var-dump' dir='ltr'>
<small>string</small><font color='#cc0000'>'3'</font><i>(length=1)</i>
</pre>

Could you tell me how to change this CSS? I see that the class "xdebug-var-dump" has been added to the HTML. But I don't know which file this is set in.

question from:https://stackoverflow.com/questions/65859480/how-to-change-the-css-for-the-display-of-var-dump-when-xdebug-is-enabled

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

1 Answer

0 votes
by (71.8m points)
Waitting for answers

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

...